Skip to main content
Glama

Bazel MCP Server

by nacgarg

bazel_set_workspace_path

Define the Bazel workspace path for executing commands, enabling accurate build and project management in restricted environments through the Bazel MCP Server.

Instructions

Set the current Bazel workspace path for subsequent commands

Input Schema

NameRequiredDescriptionDefault
pathYesThe absolute path to the Bazel workspace directory

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "The absolute path to the Bazel workspace directory", "type": "string" } }, "required": [ "path" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nacgarg/bazel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server