altinity-mcp

Altinity/altinity-mcp
★ 26 stars Go 🗄️ Database Updated 8d ago
Model Context Protocol server to use ClickHouse® databases in your AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "altinity-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/Altinity/altinity-mcp@latest"
      ]
    }
  }
}