PluginBench
MCP Server

state-trace MCP Server

io.github.razroo/state-trace

What is the state-trace MCP server?

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

How to install state-trace

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • STATE_TRACE_STORAGE_PATH

    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.

  • STATE_TRACE_NAMESPACE

    Namespace to scope reads and writes (e.g. the repo slug). Nodes without a namespace remain visible to all namespaces.

  • STATE_TRACE_CAPACITY_LIMIT

    Working-memory budget in capacity units. Default 256.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "state-trace": {
      "command": "uvx",
      "args": [
        "state-trace",
        "extras",
        "[mcp]"
      ],
      "env": {
        "STATE_TRACE_STORAGE_PATH": "<YOUR_STATE_TRACE_STORAGE_PATH>",
        "STATE_TRACE_NAMESPACE": "<YOUR_STATE_TRACE_NAMESPACE>",
        "STATE_TRACE_CAPACITY_LIMIT": "<YOUR_STATE_TRACE_CAPACITY_LIMIT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "state-trace": {
      "command": "uvx",
      "args": [
        "state-trace",
        "extras",
        "[mcp]"
      ],
      "env": {
        "STATE_TRACE_STORAGE_PATH": "<YOUR_STATE_TRACE_STORAGE_PATH>",
        "STATE_TRACE_NAMESPACE": "<YOUR_STATE_TRACE_NAMESPACE>",
        "STATE_TRACE_CAPACITY_LIMIT": "<YOUR_STATE_TRACE_CAPACITY_LIMIT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "state-trace": {
      "command": "uvx",
      "args": [
        "state-trace",
        "extras",
        "[mcp]"
      ],
      "env": {
        "STATE_TRACE_STORAGE_PATH": "<YOUR_STATE_TRACE_STORAGE_PATH>",
        "STATE_TRACE_NAMESPACE": "<YOUR_STATE_TRACE_NAMESPACE>",
        "STATE_TRACE_CAPACITY_LIMIT": "<YOUR_STATE_TRACE_CAPACITY_LIMIT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "state-trace": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "state-trace",
        "extras",
        "[mcp]"
      ],
      "env": {
        "STATE_TRACE_STORAGE_PATH": "<YOUR_STATE_TRACE_STORAGE_PATH>",
        "STATE_TRACE_NAMESPACE": "<YOUR_STATE_TRACE_NAMESPACE>",
        "STATE_TRACE_CAPACITY_LIMIT": "<YOUR_STATE_TRACE_CAPACITY_LIMIT>"
      }
    }
  }
}
Claude Code
claude mcp add state-trace --env STATE_TRACE_STORAGE_PATH=<YOUR_STATE_TRACE_STORAGE_PATH> --env STATE_TRACE_NAMESPACE=<YOUR_STATE_TRACE_NAMESPACE> --env STATE_TRACE_CAPACITY_LIMIT=<YOUR_STATE_TRACE_CAPACITY_LIMIT> -- uvx state-trace extras [mcp]

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →