**Altinity MCP Server** is a production-ready MCP server designed to empower AI agents and LLMs to interact seamlessly with ClickHouse. It exposes your ClickHouse database as a set of standardized tools and resources that adhere to the MCP protocol, making it easy for agents buil

Installation

⭐ RecommendedDocker
docker run -i --rm -e JWE_SECRET_KEY=<string-for-decrypt-auth-tokens> ghcr.io/altinity/altinity-mcp
View configuration snippet
{
  "mcpServers": {
    "altinity-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "JWE_SECRET_KEY=<string-for-decrypt-auth-tokens>",
        "ghcr.io/altinity/altinity-mcp"
      ],
      "env": {
        "JWE_SECRET_KEY": "<string-for-decrypt-auth-tokens>"
      }
    }
  }
}

💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.

Compatibility Matrix

Filter:

Cursor

STDIO
stdio:From mcp.so (unverified)

Claude Desktop

STDIO
stdio:From mcp.so (unverified)

MCP Compatible

STDIO
stdio:From mcp.so (unverified)
Verified - Tested by community
Unverified - Not yet tested
⚡ STDIO🌊 SSE🌐 HTTP

Server Information

License:unknown
Classification:active
Source:Data aggregated from public MCP directories

Quick Stats

Transports:
STDIO
Compatible Clients:3
Install Methods:1

Like this server?

Discover more MCP servers or submit your own to directory.