Model Context Protocol

Query your data
from any harness

The Graphed MCP server lets AI assistants explore your data warehouse schema, run SQL queries, and build dashboards — all from your editor.

Setup

Connect in seconds

Add Graphed as an MCP server in your AI client. Authentication happens automatically — just add the config and you're ready to go.

Cursor

Open the Command Palette (⌘⇧P / Ctrl+Shift+P) and select "View: Open MCP Settings".

{
  "mcpServers": {
    "graphed": {
      "url": "https://mcp.graphed.com/mcp"
    }
  }
}
Claude Code

Run this command in your terminal.

claude mcp add --transport http graphed https://mcp.graphed.com/mcp
Windsurf

Open the Command Palette (⌘⇧P / Ctrl+Shift+P) and select "Configure MCP Servers".

{
  "mcpServers": {
    "graphed": {
      "serverUrl": "https://mcp.graphed.com/mcp"
    }
  }
}

Capabilities

What you can do with the Graphed MCP

Explore your schema

Browse all connected data sources, tables, and columns without leaving your editor.

Run SQL queries

Execute read-only ClickHouse SQL against your data warehouse and get results inline.

Publish live data endpoints

Turn any query into a public URL that can power dashboards and embedded apps.

Build embedded dashboards

Follow built-in documentation to create live web dashboards backed by your warehouse data.

Ready to query your data with AI?

Sign up for free, connect your data sources, and start asking questions in natural language from your favorite editor.