MCP BigQuery Server
by rodneyelmore
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWKS_URI | Yes | JWKS URI for HTTP mode (required) | |
| REDIS_URL | No | Redis URL for distributed caching (optional) | |
| JWT_ISSUER | Yes | JWT issuer for HTTP mode (required) | |
| JWT_AUDIENCE | Yes | JWT audience for HTTP mode (required) | |
| CACHE_TTL_SEC | No | Cache TTL in seconds (optional, default 3600) | |
| ENABLE_METRICS | No | Enable metrics (optional) | |
| ENABLE_TRACING | No | Enable tracing (optional) | |
| GCP_PROJECT_ID | Yes | Your GCP project ID (required) | |
| GCP_SA_KEY_JSON | Yes | BigQuery service account JSON key (required) | |
| ALLOWED_DATASETS | Yes | Comma-separated list of allowed datasets (required) | |
| MAX_ROWS_DEFAULT | No | Default max rows (optional, default 10000) | |
| QUERY_TIMEOUT_MS | No | Query timeout in ms (optional, default 30000) | |
| MAX_ROWS_ABSOLUTE | No | Absolute max rows (optional, default 100000) | |
| AZURE_KEY_VAULT_URI | No | Azure Key Vault URI (optional) | |
| AZURE_OPENAI_API_KEY | Yes | Azure OpenAI API key (required) | |
| USE_MANAGED_IDENTITY | No | Use managed identity (optional) | |
| AZURE_OPENAI_ENDPOINT | Yes | Azure OpenAI endpoint (required) | |
| AZURE_OPENAI_DEPLOYMENT | Yes | Azure OpenAI deployment name (required) | |
| OTEL_EXPORTER_OTLP_ENDPOINT | No | OpenTelemetry exporter endpoint (optional) |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rodneyelmore/bigquery-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server