mcpbeat

state-trace MCP Server

io.github.razroo/state-trace
local only

state-trace runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 43 · avg 13 · -52% w/w
a month agotoday
52
Installs / week
pypi · state-trace
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add state-trace -- uvx state-trace
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "state-trace": {
      "args": [
        "state-trace"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.state-trace]
command = "uvx"
args = ["state-trace"]
.cursor/mcp.json
{
  "mcpServers": {
    "state-trace": {
      "args": [
        "state-trace"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "state-trace": {
      "args": [
        "state-trace"
      ],
      "command": "uvx"
    }
  }
}

state-trace — questions

Answers built from our own checks of this server.

Why is there no uptime for state-trace?
state-trace runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package state-trace was installed 52 times last week.
Is state-trace still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect state-trace?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls state-trace straight from pypi; nothing to host, nothing to sign up for.
How many people use state-trace?
The pypi package state-trace was installed 52 times in the last week. Week over week that is -52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.