Skip to main content
Glama

ClickHouse MCP Server

by dubin555

execute_sql

Run SQL queries directly on ClickHouse databases using a secure MCP interface for efficient data retrieval and management.

Instructions

Execute a query against the ClickHouse database

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL query to be executed

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The SQL query to be executed", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from ClickHouse MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dubin555/clickhouse_mcp_server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server