Skip to content
Cline

statecore mcp for Cline

io.github.yul761/statecore-mcp

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

client:Cline transport:stdio runtime:npm

Install statecore mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

statecore mcp in other clients