mcp-cassette

cheneeheng/mcp-cassette
★ 0 stars Python Code/Dev Tools Updated today
mcp-cassette is vcrpy for MCP. It records real MCP sessions between an agent (the client) and an MCP server into cassettes — structured, diffable, committable files — and later replays those cassettes as deterministic mock MCP servers, so agent test suites stop hitting live servers and stop being flaky, slow, and expensive.
View on GitHub → 🔍 Audit Wallet Slippage →

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-cassette": {
      "command": "uvx",
      "args": [
        "mcp-cassette"
      ]
    }
  }
}

Or install with pip: pip install mcp-cassette