Skip to content
VS Code

statecli for VS Code

io.github.charo360/statecli

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

client:VS Code transport:stdio runtime:npm

Install statecli in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

statecli in other clients