setup
Installation
SKILL.md
ClickHouse Plugin Setup
This plugin includes the ClickHouse Cloud Remote MCP server at https://mcp.clickhouse.cloud/mcp. It provides secure, read-only access to your ClickHouse Cloud clusters.
Setup Steps
-
Verify the MCP server is connected: Check that the ClickHouse MCP server appears in your available tools. If it does, you're ready to go.
-
Authenticate via OAuth: The MCP server uses OAuth with your ClickHouse Cloud credentials. Follow the prompts when first connecting to authorize access.
-
Test the connection: Try listing databases or running a simple SELECT query to confirm everything works.
Troubleshooting
- Server not appearing: Run
/reload-pluginsto reload plugin MCP servers. - Authentication errors: Re-authenticate by following the OAuth flow when prompted.
- Connection timeouts: Verify your network can reach
https://mcp.clickhouse.cloud. The MCP server is a remote HTTP endpoint and requires internet access.