Apache Doris MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DORIS_HOST | Yes | The Apache Doris host | |
| DORIS_PORT | Yes | The Apache Doris port | |
| DORIS_USER | Yes | The Apache Doris user | |
| DORIS_PASSWORD | Yes | The Apache Doris password |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| show_databasesA | List all databases in the Doris instance. Returns: List[str]: A list of database names |
| show_tablesA | List all tables in the specified database. Args: database: The database name like: Optional pattern to filter table names Returns: List[Dict]: A list of table information dictionaries |
| execute_queryA | Run a SELECT query against Doris with timeout protection. Args: query: The SQL query to execute Returns: List[Dict]: The query results |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fastmcp-me/mcp-doris'
If you have feedback or need assistance with the MCP directory API, please join our Discord server