metabase-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Listen port. | 3000 |
| MCP_TOKEN | No | Alias for MCP_AUTH_TOKEN. | |
| METABASE_URL | Yes | Base URL of the Metabase instance, e.g. https://insights.example.com. Trailing slashes are trimmed. | |
| MCP_AUTH_TOKEN | No | Static token MCP clients must send as Authorization: Bearer … MCP_TOKEN is accepted as an alias. | |
| METABASE_API_KEY | Yes | Metabase API key, sent outbound as X-API-KEY. | |
| MAX_RESPONSE_ROWS | No | Ceiling on rows returned by the query tools, so one query cannot flood the conversation. | 2000 |
| METABASE_TIMEOUT_MS | No | Per-request timeout against Metabase. 60s is deliberate: some queries scan thousands of rows. | 60000 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues