homebrew-cast-mcp

ek33450505/homebrew-cast-mcp
★ 0 stars Ruby Code/Dev Tools Updated 12d ago
Homebrew tap for cast-mcp — read-only MCP server over cast.db
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": {
    "homebrew-cast-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ek33450505/homebrew-cast-mcp"
      ]
    }
  }
}

README Excerpt

Homebrew tap for [cast-mcp](https://github.com/ek33450505/cast-mcp) — a read-only MCP server over your Claude Code execution record (`cast.db`). ```bash brew tap ek33450505/cast-mcp brew install cast-mcp cast-mcp config ``` The formula symlinks `cast-mcp` into `$(brew --prefix)/bin`, so it's on your PATH the moment install completes.