mcpbeat Sign in

Statecli MCP Server

local only

Statecli runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 7 Apr 2026.

State replay and self-debugging for AI agents. Track, replay, undo, checkpoint.

Installs per day peak 28 · avg 10 · +9% w/w
a month agotoday
56
Installs / week
npm · statecli-mcp-server
2
Stars
0 open issues
7 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command python/statecli/git_integration.py:205
            result = subprocess.run(
                shell=True,
Builds a file path from a variable src/file-tracker.ts:208
          this.handleFileEvent(path.join(dirPath, filename), eventType);
Runs an external command src/git-integration.ts:225
      return execSync(`git ${command}`, {
Executes code built at runtime build-docs.js:8
eval(`descriptions = ${match[1]}`);
Page executes code built at runtime dashboard/index.html:289
      document.getElementById('tool-list').innerHTML = tools.slice(0, 8).map(([name, count]) => `

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 statecli -- npx -y statecli-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "statecli": {
      "args": [
        "-y",
        "statecli-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.statecli]
command = "npx"
args = ["-y", "statecli-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "statecli": {
      "args": [
        "-y",
        "statecli-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "statecli": {
      "args": [
        "-y",
        "statecli-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Statecli

same job, measured the same way
Agent Replay
by mdfifty50-boop

Record and replay AI agent execution for debugging

29 installs/wk local only
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering
ONCE
by once

Music distribution for agents: upload, AI-check, submit and track releases on ONCE.

answering
Sentry MCP
by getsentry

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

109 025 installs/wk local only
LanceRoylo
by lanceroylo

AEO scoring, llms.txt audit, and agent-readiness checks for AI agents.

60 installs/wk local only
Novence
by novence

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
Novence
by lincchad

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
HVTracker MCP
by yugantm

Pre-connect trust checks for AI agents and MCP servers using HVTracker's public trust registry.

63 installs/wk 8 tools answering

Statecli — questions

Answers built from our own checks of this server.

Why is there no uptime for Statecli?
Statecli 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 npm package statecli-mcp-server was installed 56 times last week.
How do I connect Statecli?
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 statecli-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Statecli?
The npm package statecli-mcp-server was installed 56 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Statecli open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.