Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Apache Doris Server

FreeNot checked

An MCP server that enables users to interact with Apache Doris databases through natural language, supporting query and management operations.

GitHubEmbed

About

An MCP server that enables users to interact with Apache Doris databases through natural language, supporting query and management operations.

README

Add to Cursor Add to VS Code Add to Claude Add to ChatGPT Add to Codex Add to Gemini

Apache Doris MCP Server

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/fastmcp-me/mcp-doris

Installing Apache Doris Server

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

▸ github.com/fastmcp-me/mcp-doris

FAQ

Is Apache Doris Server MCP free?

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

Does Apache Doris Server need an API key?

No, Apache Doris Server runs without API keys or environment variables.

Is Apache Doris Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

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

Open Apache Doris Server 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 Apache Doris Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs