Back to directory
nomotok/doris-mcp-lite

nomotok/doris-mcp-lite

@NomotoK

A lightweight MCP server designed for connecting to Apache Doris or other MySQL compatible database schemas, providing tools and prompts for LLM applications.

dorisdatabasesqlmcp-serverapachedata-analysisread-onlypython

Installation & Configuration

{
  "mcpServers": {
    "DorisAnalytics": {
      "command": "server",
      "args": [
        "doris://user:pass@localhost:9030/mydb"
      ],
      "transportType": "stdio"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13