mcp-dbs
If you are the rightful owner of mcp-dbs 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) implementation for connecting to and working with various database systems.
The MCP Database Server is a versatile tool designed to facilitate seamless connections and interactions with multiple database systems, including SQLite, PostgreSQL, Microsoft SQL Server, and MongoDB. It supports two operational modes: SSE (Server-Sent Events) and STDIO, allowing flexibility in how it communicates with other tools and platforms. The server can be easily integrated with Claude Desktop, enabling users to perform a variety of database operations such as connecting, querying, and schema exploration. Configuration is simplified through the use of environment variables, making it adaptable to different database types and user requirements. The server also provides a set of MCP tools and resources to enhance database management and interaction.
Features
- Supports multiple databases: SQLite, PostgreSQL, SQL Server, MongoDB
- Operates in SSE and STDIO modes for flexible communication
- Easily integrates with Claude Desktop for enhanced functionality
- Environment variable configuration for database connections
- Provides tools for connecting, querying, and managing databases
Tools
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)