← Back to browse

SPARDA

Indexed by io.github.zyx77550

About

AI writes. SPARDA proves. Deterministic, offline security gate for AI edits.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSPARDA_FLYWHEEL SPARDA_RECORD_SEQUENCES
Claude Code
claude mcp add --env SPARDA_FLYWHEEL= --env SPARDA_RECORD_SEQUENCES= sparda-mcp -- npx sparda-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"sparda-mcp","command":"npx","args":["sparda-mcp"],"env":{"SPARDA_FLYWHEEL":"","SPARDA_RECORD_SEQUENCES":""}}'
JSON
{
  "mcpServers": {
    "sparda-mcp": {
      "command": "npx",
      "args": [
        "sparda-mcp"
      ],
      "env": {
        "SPARDA_FLYWHEEL": "",
        "SPARDA_RECORD_SEQUENCES": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.