ClickHouse MCP Server
by iskakaushik
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CLICKHOUSE_HOST | Yes | The host address of the ClickHouse server. | |
CLICKHOUSE_PORT | Yes | The port number of the ClickHouse server. | |
CLICKHOUSE_USER | Yes | The username for accessing the ClickHouse server. | |
CLICKHOUSE_PASSWORD | Yes | The password for accessing the ClickHouse server. |
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 |
---|---|
list_databases | |
list_tables | |
run_select_query |