cast-mcp

ek33450505/cast-mcp
★ 0 stars Python Code/Dev Tools Updated 12d ago
Read-only MCP server over your Claude Code execution record (cast.db) — dispatch decisions, incidents, cost, sessions, and full-text search as 5 MCP tools + 5 resources. stdlib-only, opened strictly read-only.
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": {
    "cast-mcp": {
      "command": "uvx",
      "args": [
        "cast-mcp"
      ]
    }
  }
}

Or install with pip: pip install cast-mcp