thesimsguy/doris-mcp-server
3.2
If you are the rightful owner of doris-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Doris MCP Server is a backend service designed to interact with Apache Doris databases using the Model Control Panel (MCP) protocol.
Tools
Functions exposed to the LLM to take actions
mcp_doris_get_db_list
Get a list of all database names on the server.
mcp_doris_get_db_table_list
Get a list of all table names in the specified database.
mcp_doris_get_table_schema
Get detailed structure of the specified table.
mcp_doris_get_table_comment
Get the comment for the specified table.
mcp_doris_exec_query
Execute SQL query and return result command.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client