feat: add mcp-servers/**

This commit is contained in:
Sun-ZhenXing
2025-10-23 09:21:44 +08:00
parent f603ed5db9
commit 5c3fc0f844
94 changed files with 2211 additions and 0 deletions

View 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