mcpbeat Sign in

state-trace MCP Server

local only

state-trace runs on your own machine — the client starts it, so there is no endpoint to ping. 39 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 18 · avg 8 · -46% w/w
a month agotoday
39
Installs / week
pypi · state-trace
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What changed 15

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

23 Aug the owner changed
22 Aug the owner changed
21 Aug the owner changed
20 Aug the owner changed
19 Aug the owner changed
18 Aug the owner changed
17 Aug the owner changed
16 Aug the owner changed
15 Aug the owner changed
14 Aug the owner changed
and 5 more, back to 9 August 2026

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

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"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to state-trace

same job, measured the same way
True Memory Fragments
by kyle641320

Detect stale source context and retain traceable code-chain understanding for AI coding agents.

local only
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

35 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Forgejudge
by ahmedeid1

Open eval leaderboard + CI gate for autonomous coding agents (solve, score, trace).

59 installs/wk local only
Ezstat MCP Server
by ezstat

Track and query EzStat metrics from Claude, Cursor, or any MCP agent. StatHat-compatible.

87 installs/wk local only
Agent Trace Auditor
by lazymac2x

Cloudflare Workers MCP server: agent-trace-auditor

3 tools answering

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 39 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 39 times in the last week. Week over week that is -46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.