GCP BigQuery MCP Server
by roymani06
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_HOST | No | Host binding IP | 0.0.0.0 |
| SERVER_PORT | No | HTTP listening port | 8000 |
| AZURE_CLIENT_ID | No | Entra Application (client) ID | |
| AZURE_TENANT_ID | No | Microsoft Entra Directory (tenant) ID | |
| BIGQUERY_LOCATION | No | Geographic dataset location (e.g. US, EU) | us-east4 |
| RATE_LIMIT_ENABLED | No | Set to false to disable MCP endpoint rate limiting | true |
| BIGQUERY_PROJECT_ID | No | Target Google Cloud project ID. If not set, auto-detected from service-account.json | |
| SECURITY_ENABLE_AUTH | No | Set to false to disable JWT check for dev mode | true |
| SERVER_ENDPOINT_PATH | No | MCP transport route | /mcp |
| SERVICE_ACCOUNT_KEY_PATH | No | Filepath to GCP credentials JSON | service-account.json |
| RATE_LIMIT_WINDOW_SECONDS | No | Rate limit sliding window duration in seconds | 60 |
| RATE_LIMIT_REQUESTS_PER_MINUTE | No | Max requests per sliding window per client | 60 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |