state-trace for Zed
io.github.razroo/state-trace
Bounded working memory for coding agents — typed nodes, current-vs-stale state, MCP-mountable.
client:Zed
transport:stdio
runtime:pypi
Install state-trace in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs