Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TOKEN | Yes | Required for authenticating MCP requests. This value is used as part of an auth header in your mcp client to connect to the server. | |
| GOOGLE_AI_KEY | Yes | Your Gemini API key, which is used to call Gemini 2.5 Flash for SQL generation via natural language. | |
| GCP_BQ_BASE64_KEY | Yes | A base64-encoded Google Cloud service account key. Users must encode their JSON key file as base64 before running the MCP server. |
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 | |