MCP Server
MCP
io.github.dockndevai/mcp-clickhouse
ClickHouse query & management for AI agents — SQL-classified read/write/destructive gating.
Install
npx -y @dockndevai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@dockndevai/mcp-clickhouse",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ClickHouse HTTP endpoint.",
"name": "CLICKHOUSE_URL"
},
{
"description": "ClickHouse user (prefer a read-only user).",
"name": "CLICKHOUSE_USER"
},
{
"description": "ClickHouse password.",
"isSecret": true,
"name": "CLICKHOUSE_PASSWORD"
},
{
"description": "Access mode: read-only | read-write | admin.",
"name": "CLICKHOUSE_MODE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment