Skip to content
Cursor

state-trace for Cursor

io.github.razroo/state-trace

Bounded working memory for coding agents — typed nodes, current-vs-stale state, MCP-mountable.

client:Cursor transport:stdio runtime:pypi

Install state-trace in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "state-trace": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

state-trace in other clients