MCP.so
Sign In
Servers
B

Bazel Mcp

@saeid-rez

A local MCP server that exposes Bazel build system capabilities to AI assistants.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "bazel": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/saeid-rez/bazel-mcp",
        "bazel-mcp"
      ]
    }
  }
}

More from Other