Skip to content
Claude Desktop

statecore mcp for Claude Desktop

io.github.yul761/statecore-mcp

Auditable memory for coding agents: evidence chains, supersession history, keyless embedded SQLite

client:Claude Desktop transport:stdio runtime:npm

Install statecore mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "statecore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "statecore-mcp"
      ],
      "env": {
        "STATECORE_SCOPE": "<STATECORE_SCOPE>",
        "FEATURE_LLM": "<FEATURE_LLM>",
        "MODEL_API_KEY": "<MODEL_API_KEY>",
        "MODEL_BASE_URL": "<MODEL_BASE_URL>",
        "MODEL_NAME": "<MODEL_NAME>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

statecore mcp in other clients