MCP Server
MCP
io.github.yul761/statecore-mcp
Auditable memory for coding agents: evidence chains, supersession history, keyless embedded SQLite
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "statecore-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override the memory scope name (defaults to the git repository root, else the working directory)",
"format": "string",
"name": "STATECORE_SCOPE"
},
{
"description": "Set to 'true' together with MODEL_* variables to enable background distillation of conversational events; everything else works without it",
"format": "string",
"name": "FEATURE_LLM"
},
{
"description": "OpenAI-compatible API key for background distillation (DeepSeek, OpenAI, Ollama, ...); not required for core memory, audit, and recall",
"format": "string",
"isSecret": true,
"name": "MODEL_API_KEY"
},
{
"description": "OpenAI-compatible base URL for the distillation model (e.g. https://api.deepseek.com/v1)",
"format": "string",
"name": "MODEL_BASE_URL"
},
{
"description": "Model used for background distillation (e.g. deepseek-chat)",
"format": "string",
"name": "MODEL_NAME"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment