Skip to main content
Glama
fastmcp-me

Apache Doris MCP Server

by fastmcp-me

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DORIS_HOSTYesThe Apache Doris host
DORIS_PORTYesThe Apache Doris port
DORIS_USERYesThe Apache Doris user
DORIS_PASSWORDYesThe Apache Doris password

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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