Skip to main content
Glama

CentralMind/Gateway

readme.md1.06 kB
--- title: 'Clickhouse' --- ClickHouse connector allows querying ClickHouse databases. ## Config Schema | Field | Type | Required | Description | |-------|------|----------|-------------| | type | string | yes | constant: `clickhouse` | | host | string | no | Single host address | | hosts | string[] | no | Multiple hosts for cluster setup | | database | string | yes | Database name | | user | string | yes | Username | | password | string | yes | Password | | port | integer | yes | HTTP port (default 8123) | | secure | boolean | no | Use HTTPS instead of HTTP | | conn_string | string | no | Direct connection string | ## Config example: ```yaml type: clickhouse host: localhost # Single host address hosts: # Or multiple hosts for cluster setup - host1.example.com - host2.example.com database: mydb user: default password: secret port: 8123 secure: false # Use HTTPS instead of HTTP ``` Or as alternative with direct connection string: ```yaml type: clickhouse conn_string: http://default:secret@localhost:8123/mydb ```

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/centralmind/gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server