Loading subscription status...
{
"mcpServers": [
{
"bazel": {
"env": {
"MCP_BAZEL_PATH": "path/to/bazel",
"MCP_WORKSPACE_PATH": "path/to/workspace"
},
"args": [
"-y",
"github:nacgarg/bazel-mcp-server"
],
"command": "npx"
}
}
]
}