Skip to content
Cursor

statecli for Cursor

io.github.charo360/statecli

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

client:Cursor transport:stdio runtime:npm

Install statecli in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

statecli in other clients