Doris Mcp Server
@NomotoK
About Doris Mcp Server
A MCP server that supports Apache Doris for safe relational database queries (read-only)
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"doris-mcp-server-nomotok": {
"command": "uv",
"args": [
"venv",
"#",
"Create",
"a",
"virtual",
"environment"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Doris Mcp Server?
Doris Mcp Server is a lightweight MCP server that connects LLMs and MCP clients to Apache Doris or MySQL-compatible databases. It exposes read-only SQL tools, database schema resources, and analytical prompt templates, enabling secure, standardized database interactions for AI applications.
How to use Doris Mcp Server?
Install via pip, setup.sh, or clone the source. Configure database connection in a .env file or directly in your MCP client’s configuration JSON. Launch the server with server doris://user:pass@localhost:9030/mydb (or python -m doris_mcp_server.server). Then connect with an MCP client like CherryStudio, Claude Desktop, or Cline to access tools and prompts.
Key features of Doris Mcp Server
- Execute read-only SQL queries against Doris databases
- Perform data analysis (yearly, monthly, daily)
- Query database schemas, table structures, and resource usage
- Built-in analytical prompt templates (general + user-defined)
- Expose database schema as structured resources
- Connection pooling and asynchronous execution
Use cases of Doris Mcp Server
- Let an LLM explore a Doris schema to generate accurate queries
- Build a chat interface that answers business analytics questions
- Automate ad‑hoc data analysis reports via natural language
- Enable secure, read‑only database access for AI assistants
FAQ from Doris Mcp Server
What dependencies does Doris Mcp Server require?
It requires Python, PyMySQL, and the MCP Python SDK. Installation via pip or uv handles these automatically.
Where does the server store data?
No data is stored locally. The server connects to your Doris/MySQL database; all data resides in that database.
What transport and authentication does it use?
It uses stdio transport (MCP default). Authentication is via a connection URL (doris://user:pass@host:port/db) or environment variables.
Is Doris Mcp Server production‑ready?
It is an early developer version. Some functions may have minor bugs. Use with caution in production.
What SQL operations are allowed?
Only read‑only queries are supported. Write operations (INSERT, UPDATE, DELETE, DDL) are not permitted.
Frequently asked questions
What dependencies does Doris Mcp Server require?
It requires Python, PyMySQL, and the MCP Python SDK. Installation via pip or uv handles these automatically.
Where does the server store data?
No data is stored locally. The server connects to your Doris/MySQL database; all data resides in that database.
What transport and authentication does it use?
It uses stdio transport (MCP default). Authentication is via a connection URL (`doris://user:pass@host:port/db`) or environment variables.
Is Doris Mcp Server production‑ready?
It is an early developer version. Some functions may have minor bugs. Use with caution in production.
What SQL operations are allowed?
Only read‑only queries are supported. Write operations (INSERT, UPDATE, DELETE, DDL) are not permitted.
Basic information
More Other MCP servers

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments