Skip to content
Grok

statecore mcp for Grok

io.github.yul761/statecore-mcp

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

client:Grok transport:stdio runtime:npm

Install statecore mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "statecore-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

statecore mcp in other clients