Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Doris

FreeNot checked

An MCP server for Apache Doris & VeloDB

GitHubEmbed

About

An MCP server for Apache Doris & VeloDB

README

smithery badge

An MCP server for Apache Doris.

Demo

Usage

Cursor

Name: doris
Type: command
Command: DORIS_HOST=<doris-host> DORIS_PORT=<port> DORIS_USER=<doris-user> DORIS_PASSWORD=<doris-pwd> uv run --with mcp-doris --python 3.13 mcp-doris

Development

Prerequest

  • install uv

Run MCP Inspector

cd /path/to/mcp-doris
uv sync
source .venv/bin/activate
export PYTHONPATH=/path/to/mcp-doris:$PYTHONPATH
env DORIS_HOST=<doris-host> DORIS_PORT=<port> DORIS_USER=<doris-user> DORIS_PASSWORD=<doris-pwd> mcp dev mcp_doris/mcp_server.py

Then visit http://localhost:5173 in web browser.

Publish

uv build
uv publish

from github.com/morningman/mcp-doris

Installing Doris

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/morningman/mcp-doris

FAQ

Is Doris MCP free?

Yes, Doris MCP is free — one-click install via Unyly at no cost.

Does Doris need an API key?

No, Doris runs without API keys or environment variables.

Is Doris hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Doris in Claude Desktop, Claude Code or Cursor?

Open Doris on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Doris with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs