Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host for HTTP callbacks | localhost |
| MCP_PORT | No | HTTP port for http transport | 9097 |
| TRINO_SSL | No | Enable SSL | true |
| TRINO_HOST | Yes | Trino server hostname | localhost |
| TRINO_PORT | Yes | Trino server port | 8080 |
| TRINO_USER | Yes | Trino user | trino |
| TRINO_SCHEMA | No | Default schema | default |
| TRINO_SCHEME | No | Connection scheme (http/https) | https |
| MCP_TRANSPORT | No | Transport method (stdio/http) | stdio |
| TRINO_CATALOG | No | Default catalog | memory |
| TRINO_PASSWORD | No | Trino password | |
| TRINO_SSL_INSECURE | No | Allow insecure SSL | true |
| TRINO_ALLOW_WRITE_QUERIES | No | Allow non-read-only SQL queries | false |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |