mcp-bazel
5
The Bazel MCP Server is a Model Context Protocol server designed to provide tools for managing and interacting with Bazel projects. It is actively developed and integrates with applications like Claude Desktop to extend its functionality.
Bazel MCP Server
This project provides a Model Context Protocol (MCP) server for interacting with Bazel projects. Status: 🚧 Under Active Development 🚧
Features
- build: Builds a specified Bazel target.
- deps: Finds dependencies of a Bazel target.
- rdeps: Finds reverse dependencies of a Bazel target or file.
- sources: Identifies source files for a Bazel target.
- test: Runs tests for a Bazel target.
Usage with Claude Desktop
1. Installation
Install the server using go install.
2. Configuration
Add the configuration to your Claude Desktop settings.
3. Restart Claude Desktop
Restart the Claude Desktop app to apply changes.