lijianlong123/dbc-mcp-server
If you are the rightful owner of dbc-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.
DBC-MCP-Server is a Spring Boot-based database connection management and query service with integrated Model Context Protocol (MCP) capabilities.
Tools
Functions exposed to the LLM to take actions
getTableNameAndComment
Retrieve all table names and comments from the database.
getTableColumnDetail
Fetch detailed information about table columns.
getTableForeignKeys
Get foreign key relationships between tables.
getTableIndexes
Retrieve index information of tables.
getTableRowCount
Get the row count of a specified table.
getDatabaseEngine
Fetch the storage engine information of tables.
executeSql
Execute custom SQL queries.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client