Enables AI coding assistants to interact with Bazel workspaces through the Model Context Protocol, providing direct access to build, test, run, and query capabilities.
Sponsored
Bazel AI Integration is a Model Context Protocol server that exposes your Bazel workspace to AI assistants like Claude (in VS Code or Cursor). It enables AI assistants to understand and work with Bazel projects by providing direct access to build, test, run, and query capabilities. This enhances AI-native development by allowing intelligent agents to directly execute Bazel commands, understand the build graph, and iterate faster without context switching, all with zero configuration.
Key Features
01AI-native development with direct Bazel target execution
02Automatic discovery of all Bazel targets in your workspace
03Real-time streaming of build and test output
04AI understanding of the Bazel build graph and dependencies
05Comprehensive tools for listing, querying, building, running, and testing Bazel targets
060 GitHub stars
Use Cases
01Building and testing specific Bazel targets via AI assistant commands
02Analyzing Bazel project dependencies using AI-driven query expressions
03Running Bazel binary targets with custom arguments from an AI assistant