Altinity Mcp
@Altinity
Altinity Mcp について
**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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Altinity Mcp?
Altinity Mcp is a production-ready MCP (Model Context Protocol) server that enables AI agents and LLMs to interact seamlessly with ClickHouse databases. It exposes ClickHouse as standardized tools and resources, allowing agents built on OpenAI, Claude, or other platforms to query, explore, and analyze data without direct database access.
How to use Altinity Mcp?
Configure the server via environment variables, a YAML/JSON configuration file, or CLI flags, with hot-reload support for dynamic adjustments. Run it locally using STDIO transport for embedded agents, or via HTTP/SSE for remote, streaming, or REST-style access.
Key features of Altinity Mcp
- Transport Options: STDIO, HTTP, and SSE (Server-Sent Events) for streaming.
- OpenAPI Integration: Generates full OpenAPI v3 spec in HTTP/SSE mode.
- Security & Authentication: Optional JWE/JWT authentication and TLS support.
- Dynamic Resource Discovery: Auto-introspects ClickHouse schema and generates MCP resources.
- Flexible Configuration: Environment variables, YAML/JSON, CLI flags, with hot-reload.
Use cases of Altinity Mcp
- AI assistant integrated with OpenAI using OpenAPI spec for tool discovery and calls.
- Streaming analytics with progressive results via SSE for responsive UIs or agents.
- Secure enterprise access: expose ClickHouse through fine-grained auth, TLS, and tool-level controls.
- Schema-aware LLM workflows: agents reason about data structure using exposed metadata and sample rows.
FAQ from Altinity Mcp
What transport modes does Altinity Mcp support?
It supports STDIO for local workflows, HTTP for REST-style calls, and SSE for streaming responses.
How does authentication work in Altinity Mcp?
The server supports optional JWE token authentication, JWT signing, and TLS for both the MCP server and the underlying ClickHouse connection.
Does Altinity Mcp support dynamic schema discovery?
Yes, it introspects the ClickHouse schema and automatically generates MCP resources such as tables, views, and sample data, so agents understand your data context.
Can I change configuration without restarting the server?
Yes, Altinity Mcp includes hot-reload support, allowing you to adjust configuration without a full restart.
Does Altinity Mcp integrate with OpenAPI?
When HTTP or SSE mode is enabled, the server generates a full OpenAPI v3 specification describing all tools and endpoints, making it easy for platforms like OpenAI to discover and call your tools.
「データベース」の他のコンテンツ
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
コメント