MCP Server
MCP
state-trace
Bounded working memory for coding agents — typed nodes, current-vs-stale state, MCP-mountable.
Install
uvx state-trace
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "state-trace",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Install with the [mcp] extra to pull the mcp SDK alongside state-trace.",
"value": "[mcp]",
"type": "named",
"name": "extras"
}
],
"environmentVariables": [
{
"description": "Path to the SQLite or JSON file backing the working-memory graph. .db/.sqlite/.sqlite3 = SQLite (recommended); other = JSON. Defaults to ~/.state-trace/memory.db.",
"format": "string",
"name": "STATE_TRACE_STORAGE_PATH"
},
{
"description": "Namespace to scope reads and writes (e.g. the repo slug). Nodes without a namespace remain visible to all namespaces.",
"format": "string",
"name": "STATE_TRACE_NAMESPACE"
},
{
"description": "Working-memory budget in capacity units. Default 256.",
"format": "number",
"name": "STATE_TRACE_CAPACITY_LIMIT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment