Connect to [Apache Doris](https://doris.apache.org/) seamlessly and leverage its powerful data processing capabilities. Simplify your data interactions and enhance your applications with a robust MCP server tailored for Doris. Experience efficient data management and querying with minimal setup.
Tools
show_databases
List all databases in the Doris instance. Returns: List[str]: A list of database names
show_tables
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_query
Run a SELECT query against Doris with timeout protection. Args: query: The SQL query to execute Returns: List[Dict]: The query results
Installation
Login to configure client