feat: add mcp-servers/**
This commit is contained in:
26
mcp-servers/clickhouse/README.md
Normal file
26
mcp-servers/clickhouse/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# ClickHouse MCP Server
|
||||
|
||||
ClickHouse MCP Server provides integration with ClickHouse analytics database through the Model Context Protocol.
|
||||
|
||||
## Features
|
||||
|
||||
- 📊 **Database Queries** - Execute queries against ClickHouse
|
||||
- 📈 **Analytics** - Analyze data using ClickHouse capabilities
|
||||
- 🔍 **Data Exploration** - Explore database structure and data
|
||||
- 📉 **Performance** - Fast analytical queries on large datasets
|
||||
|
||||
## Environment Variables
|
||||
|
||||
| Variable | Default | Description |
|
||||
| ------------------------------ | ----------------------- | ---------------------------- |
|
||||
| `MCP_CLICKHOUSE_VERSION` | `latest` | MCP ClickHouse image version |
|
||||
| `MCP_CLICKHOUSE_PORT_OVERRIDE` | `8000` | MCP service port |
|
||||
| `CLICKHOUSE_URL` | `http://localhost:8123` | ClickHouse URL |
|
||||
| `CLICKHOUSE_USER` | `default` | Database user |
|
||||
| `CLICKHOUSE_PASSWORD` | - | Database password |
|
||||
| `TZ` | `UTC` | Timezone |
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
docker compose up -d
|
||||
Reference in New Issue
Block a user