Odel
mcp server

mcp server

Local
@statecli2TypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmstatecli-mcp-serverv0.5.0

Run

npx -y statecli-mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "statecli-mcp-server"
      ]
    }
  }
}