bazel-mcp

ewhauser/bazel-mcp
★ 2 stars Rust Other Updated today
MCP server for Bazel focused on token reduction
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": {
    "bazel-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "bazel-mcp"
      ]
    }
  }
}