state-trace for Windsurf
io.github.razroo/state-trace
Bounded working memory for coding agents — typed nodes, current-vs-stale state, MCP-mountable.
client:Windsurf
transport:stdio
runtime:pypi
Install state-trace in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"state-trace": {
"command": "uvx",
"args": [
"state-trace"
],
"env": {
"STATE_TRACE_STORAGE_PATH": "<STATE_TRACE_STORAGE_PATH>",
"STATE_TRACE_NAMESPACE": "<STATE_TRACE_NAMESPACE>",
"STATE_TRACE_CAPACITY_LIMIT": "<STATE_TRACE_CAPACITY_LIMIT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs