Skip to content
VS Code

agent replay debugger mcp for VS Code

io.github.csoai-org/agent-replay-debugger-mcp

Agent Replay Debugger MCP — record every agent step + deterministic replay. Step-debugger for

client:VS Code transport:streamable-http runtime:pypi

Install agent replay debugger mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-replay-debugger-mcp": {
      "type": "http",
      "url": "https://api.meok.ai/v1/a2a/agent-replay-debugger"
    }
  }
}

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

agent replay debugger mcp in other clients