multidb_mcp_server
3.2
If you are the rightful owner of multidb_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.
A Model Context Protocol (MCP) server that facilitates secure interaction with multiple SQL databases, enabling AI assistants to perform database operations safely and efficiently.
list_databases
Lists all configured databases.
list_tables
Lists tables in a specific database.
describe_table
Describes the structure of a table.
get_schema
Gets the complete schema of a database.
execute_sql
Executes an SQL query on a specific database.