Skip to main content
Glama
304,975 tools. Last updated 2026-07-22 05:00

"Bazel" matching MCP tools:

  • Execute arbitrary Bazel queries to retrieve dependency information and build graph data. Supports multiple output formats such as label, build, xml, and graph.
    MIT
  • Retrieve the BUILD rule definition for a Bazel target, including macro-generated rules that may differ from on-disk BUILD files.
    MIT
  • Query the Bazel dependency graph to find targets matching specific patterns, enabling analysis of build relationships and dependencies within Bazel projects.
    MIT
  • Run Bazel tests and obtain structured pass/fail results with failure log excerpts.
    MIT
  • List all available Bazel build targets within a specified workspace path to identify and manage project components for building and testing.
    MIT

Matching MCP Servers

  • Compile and test software using Bazel build system. Execute build targets with custom flags and retrieve output, errors, and exit status.
    MIT
  • Execute Bazel tests for specified targets to verify code functionality and identify issues in Bazel projects through the MCP server interface.
    MIT
  • Create a new Conan project with specified dependencies and build system templates. Set up libraries or executables quickly by providing project name, version, and required packages.
    MIT
  • Get dependencies of a Bazel target up to a specified depth, excluding the target itself, to inspect its transitive dependencies.
    MIT
  • List Bazel targets by package pattern: use //... for workspace, //pkg for specific package, or //pkg/... for subtree.
    MIT
  • Identify all targets that depend on a given Bazel target within a specified scope, excluding the target itself.
    MIT
  • Retrieves BUILD file contents from a Bazel workspace for analysis by an LLM, using a path relative to the workspace root.
    MIT