🛠️

statecli

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

Developer Tools stdio npm npmstdiocharo360
RUN IN TERMINAL
claude mcp add charo360-statecli -- npx -y statecli-mcp-server
ADD TO claude_desktop_config.json
{ "mcpServers": { "charo360-statecli": { "command": "npx", "args": ["-y", "statecli-mcp-server"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "charo360-statecli": { "command": "npx", "args": ["-y", "statecli-mcp-server"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "charo360-statecli": { "command": "npx", "args": ["-y", "statecli-mcp-server"] } } }

About This MCP Server

The io.github.charo360/statecli server provides a Model Context Protocol server for state replay and self-debugging of AI agents, enabling features such as tracking, replaying, undoing, and checkpointing. This server connects to AI coding assistants through standard input/output interfaces, allowing developers to debug and analyze the behavior of their AI models. Developers would use this tool when they need to understand and refine the decision-making processes of their AI agents, particularly during the testing and debugging phases of development.

State replay and self-debugging for AI agents. Track, replay, undo, checkpoint.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.

Package

statecli-mcp-server on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The statecli server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/charo360-statecli.svg)](https://skillsplayground.com/mcps/charo360-statecli/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.