← Back to Plugins
MCP Server MCP

SPARDA

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "sparda-mcp",
      "version": "0.71.3",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Start the stdio MCP bridge. Requires `sparda init` to have been run in the working directory first.",
          "value": "dev",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Set to `off` to disable serving proven-stable reads from memory (organs keep learning).",
          "name": "SPARDA_FLYWHEEL"
        },
        {
          "description": "Set to `1` to enable Labs circuit recording (crystallizes repeated tool chains into composite tools).",
          "name": "SPARDA_RECORD_SEQUENCES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...