Apache Doris

By thumbsupordown

Apache Doris ships its own MCP server as a Python service that connects to Doris over the MySQL protocol and serves tools over stdio, SSE or streamable HTTP. Version 1.0 replaced a large flat tool list with eight stable domains and progressively disclosed child capabilities — a deliberate answer to the context-window problem that large tool surfaces create. The exposed capabilities are read-only, covering catalog inspection, query execution, cluster monitoring, asset search and governance. Apache 2.0, in the separate apache/doris-mcp-server repository.

Tools

doris_catalog

Inspect catalog objects — databases, tables and their schemas — in an Apache Doris cluster.

doris_cluster

Monitor Doris cluster state, including node health and running workload.

doris_governance

Access data-governance information covering ownership, policies and asset lineage.

doris_query

Execute a read-only SQL query against Apache Doris and return the result set.

doris_search

Search across data assets in the Doris cluster to locate relevant tables and columns.

Want to create your own MCP server?

Create an account to add and manage your own MCP servers.