PluginBench
MCP Server
Active
MIT

io.github.yul761/statecore-mcp MCP Server

io.github.yul761/statecore-mcp

What is the io.github.yul761/statecore-mcp MCP server?

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

How to install io.github.yul761/statecore-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • STATECORE_SCOPE

    Override the memory scope name (defaults to the git repository root, else the working directory)

  • FEATURE_LLM

    Set to 'true' together with MODEL_* variables to enable background distillation of conversational events; everything else works without it

  • MODEL_API_KEY
    secret

    OpenAI-compatible API key for background distillation (DeepSeek, OpenAI, Ollama, ...); not required for core memory, audit, and recall

  • MODEL_BASE_URL

    OpenAI-compatible base URL for the distillation model (e.g. https://api.deepseek.com/v1)

  • MODEL_NAME

    Model used for background distillation (e.g. deepseek-chat)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "statecore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "statecore-mcp"
      ],
      "env": {
        "STATECORE_SCOPE": "<YOUR_STATECORE_SCOPE>",
        "FEATURE_LLM": "<YOUR_FEATURE_LLM>",
        "MODEL_API_KEY": "<YOUR_MODEL_API_KEY>",
        "MODEL_BASE_URL": "<YOUR_MODEL_BASE_URL>",
        "MODEL_NAME": "<YOUR_MODEL_NAME>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "statecore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "statecore-mcp"
      ],
      "env": {
        "STATECORE_SCOPE": "<YOUR_STATECORE_SCOPE>",
        "FEATURE_LLM": "<YOUR_FEATURE_LLM>",
        "MODEL_API_KEY": "<YOUR_MODEL_API_KEY>",
        "MODEL_BASE_URL": "<YOUR_MODEL_BASE_URL>",
        "MODEL_NAME": "<YOUR_MODEL_NAME>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "statecore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "statecore-mcp"
      ],
      "env": {
        "STATECORE_SCOPE": "<YOUR_STATECORE_SCOPE>",
        "FEATURE_LLM": "<YOUR_FEATURE_LLM>",
        "MODEL_API_KEY": "<YOUR_MODEL_API_KEY>",
        "MODEL_BASE_URL": "<YOUR_MODEL_BASE_URL>",
        "MODEL_NAME": "<YOUR_MODEL_NAME>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "statecore-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "statecore-mcp"
      ],
      "env": {
        "STATECORE_SCOPE": "<YOUR_STATECORE_SCOPE>",
        "FEATURE_LLM": "<YOUR_FEATURE_LLM>",
        "MODEL_API_KEY": "<YOUR_MODEL_API_KEY>",
        "MODEL_BASE_URL": "<YOUR_MODEL_BASE_URL>",
        "MODEL_NAME": "<YOUR_MODEL_NAME>"
      }
    }
  }
}
Claude Code
claude mcp add statecore-mcp --env STATECORE_SCOPE=<YOUR_STATECORE_SCOPE> --env FEATURE_LLM=<YOUR_FEATURE_LLM> --env MODEL_API_KEY=<YOUR_MODEL_API_KEY> --env MODEL_BASE_URL=<YOUR_MODEL_BASE_URL> --env MODEL_NAME=<YOUR_MODEL_NAME> -- npx -y statecore-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →