Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Server port | |
| LOG_LEVEL | No | Logging level (debug/info/warn/error) | |
| MCP_TRANSPORT | No | Transport type (stdio/http/sse) | |
| JWE_SECRET_KEY | No | Secret key for JWE token decryption (must be 32 bytes for A256KW) | |
| JWT_SECRET_KEY | No | Secret key for JWT signature verification | |
| CLICKHOUSE_HOST | No | ClickHouse® server host | |
| CLICKHOUSE_PORT | No | ClickHouse® server port | |
| CLICKHOUSE_LIMIT | No | Default limit for query results | 1000 |
| CLICKHOUSE_DATABASE | No | Database name | |
| CLICKHOUSE_PASSWORD | No | Password | |
| CLICKHOUSE_PROTOCOL | No | Protocol (http/tcp) | |
| CLICKHOUSE_USERNAME | No | Username | |
| CLICKHOUSE_MAX_EXECUTION_TIME | No | Query timeout in seconds |
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 | |