MCP Server For Apache Doris, an MPP-based real-time data warehouse.
Apache doris mcp server lets Claude, Cursor and other MCP clients work with Apache Doris directly. MCP Server For Apache Doris, an MPP-based real-time data warehouse.
Apache Doris MCP Server exposes read-only Apache Doris capabilities to MCP Hosts and AI agents over MCP 2026-07-28. Version 1.0 replaces a large flat tool surface with eight stable domains and fifty-five progressively disclosed child capabilities, while keeping runtime availability, authorization, input schemas, output schemas, and failure behavior explicit.
Once connected, the assistant can call these 13 tools directly:
MCP — POST http://127.0.0.1:3000/mcpliveness — GET http://127.0.0.1:3000/liveDoris — backed readiness: GET http://127.0.0.1:3000/readyNon — loopback HTTP requires authentication unless an explicit dangerousDomain — Childrendoris_catalog — 5doris_query — 7doris_cluster — 11doris_pipeline — 5doris_search — 4doris_governance — 8doris_lakehouse — 3doris_semantic — 12The server is distributed via PyPI as doris-mcp-server, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
The server reads 5 environment variables: DORIS_HOST, DORIS_PORT, DORIS_USER, DORIS_PASSWORD, DORIS_DATABASE. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Apache Doris sits in that group, and the shape of its toolset — MCP, liveness, Doris among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| MCP | POST http://127.0.0.1:3000/mcp |
| liveness | GET http://127.0.0.1:3000/live |
| Doris | backed readiness: GET http://127.0.0.1:3000/ready |
| Non | loopback HTTP requires authentication unless an explicit dangerous |
| Domain | Children |
| doris_catalog | 5 |
| doris_query | 7 |
| doris_cluster | 11 |
| doris_pipeline | 5 |
| doris_search | 4 |
| doris_governance | 8 |
| doris_lakehouse | 3 |
| doris_semantic | 12 |
{
"mcpServers": {
"doris": {
"command": "uvx",
"args": ["doris-mcp-server"],
"env": {
"DORIS_HOST": "your-value",
"DORIS_PORT": "your-value",
"DORIS_USER": "your-value",
"DORIS_PASSWORD": "your-value",
"DORIS_DATABASE": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| DORIS_HOST | Endpoint or connection string the server talks to. | Optional |
| DORIS_PORT | Configuration value read at startup. | Optional |
| DORIS_USER | Configuration value read at startup. | Optional |
| DORIS_PASSWORD | Configuration value read at startup. | Optional |
| DORIS_DATABASE | Configuration value read at startup. | Optional |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.