bazel-mcp

saeid-rez/bazel-mcp
★ 0 stars Python AI/LLM Updated 1d ago
A mcp server that exposes Bazel build system capabilities to AI assistants.
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": {
    "bazel-mcp": {
      "command": "uvx",
      "args": [
        "bazel-mcp"
      ]
    }
  }
}

Or install with pip: pip install bazel-mcp

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io/) server that exposes Bazel build system capabilities to AI assistants. Repo: [github.com/saeid-rez/bazel-mcp](https://github.com/saeid-rez/bazel-mcp) | Tool | Description | |------|-------------| | `bazel_query` | Run arbitrary `bazel query` expressions |

Tools (8)

bazel_buildbazel_querybazel_testexplain_build_fileget_depsget_rdepslist_targetsshow_target_info