mcp-dbs
17
MCP Database Server is an implementation of the Model Context Protocol that facilitates connecting and working with multiple types of database systems. It supports SQLite, PostgreSQL, Microsoft SQL Server, and MongoDB, and comes with features for integrating with tools like Claude Desktop to execute database queries and explore schemas.
connect-database
Connect to a database
disconnect-database
Disconnect from the database
execute-query
Execute the query and return the result
execute-update
Execute queries that do not return results (such as INSERT, UPDATE, DELETE)