mcp-tool-consistency-lab

murubhas/mcp-tool-consistency-lab
★ 2 stars Java AI/LLM Updated 6d ago
A deterministic lab for capturing, replaying, and regression-gating multi-tool agent failures using MCP.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tool-consistency": {
      "command": "npx",
      "args": [
        "-y",
        "murubhas/mcp-tool-consistency-lab"
      ]
    }
  }
}