Doris Mcp Server
@NomotoK
关于 Doris Mcp Server
A MCP server that supports Apache Doris for safe relational database queries (read-only)
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"doris-mcp-server-nomotok": {
"command": "uv",
"args": [
"venv",
"#",
"Create",
"a",
"virtual",
"environment"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论