An MCP server for step-by-step agent debugging, deterministic replay, and signed audit evidence. It is installed via pip/uvx and runs over stdio for use in MCP clients like Claude Desktop.
From the registry: Agent Replay Debugger MCP — record every agent step + deterministic replay. Step-debugger for
$ uvx --helphttps://docs.astral.sh/uv/$ pip install agent-replay-debugger-mcphttps://pypi.org/project/agent_replay_debugger_mcp/Please install the `agent-replay-debugger-mcp` MCP server into my current AI client (that's you).
Optional prerequisites:
- Install uvx — Install `uvx` to run the MCP server directly without a separate package install. This is the simplest portable path shown by the README's configuration example. Run: `uvx --help` (https://docs.astral.sh/uv/)
- Alternative: Install Python package — If not using `uvx`, install the server package with pip so the `agent-replay-debugger-mcp` command is available. Run: `pip install agent-replay-debugger-mcp` (https://pypi.org/project/agent_replay_debugger_mcp/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["agent-replay-debugger-mcp"]
Note: README explicitly states stdio transport. Alternative local run path: after `pip install agent-replay-debugger-mcp`, run the `agent-replay-debugger-mcp` command.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP server for Gearsystem Sega Master System / Game Gear / SG-1000 emulator