Best for
- Teams needing real-time monitoring and AI-driven optimization advice for ClickHouse
- Developers and data engineers who want to surface ClickHouse data to AI assistants
- Users deploying on Docker, Kubernetes, or ClickHouse Cloud
chmonitor is a MCP server for ClickHouse providing read-only monitoring and AI recommendations, suitable for teams integrating ClickHouse with AI tools. It supports multiple deployment methods, has active community and documentation, but note it recommends rather than auto-executes, requiring user evaluation.
chmonitor is an open-source operational advisor for ClickHouse, providing real-time monitoring and AI-driven recommendations for indexes, partitions, and materialized views. It acts as a read-only MCP server exposing schema, queries, merges, replication, and cluster health over HTTP streamable transport, self-hostable or via cloud.
https://dash.chmonitor.dev/api/mcp and header Authorization: Bearer chm_YOUR_API_KEY.{
"mcpServers": {
"chmonitor": {
"url": "https://dash.chmonitor.dev/api/mcp",
"headers": {
"Authorization": "Bearer chm_YOUR_API_KEY"
}
}
}
}