Dbs
A Model Context Protocol (MCP) implementation for connecting to and working with various database systems, serving as a versatile MCP server.
About this tool
Dbs
A Model Context Protocol (MCP) implementation for connecting to and working with various database systems, serving as a versatile MCP server.
- Source: GitHub Repository
- Category: database-messaging-mcp-servers
- Tags: mcp, database, multi-database, integration
Features
- Supports Multiple Databases:
- SQLite
- PostgreSQL
- SQL Server
- MongoDB
- Integration with LLMs:
- Can be integrated with Claude Desktop and similar LLM tools for database access.
- Flexible Server Modes:
- Runs by default in SSE (Server-Sent Events) mode on port 3001
- Custom port support via
--portoption - STDIO mode for tools that communicate over standard input/output via
--stdiooption
- Environment Variable Configuration:
- Database connections configurable via environment variables (takes precedence over tool config)
- MCP Tools Exposed:
connect-database: Connect to a database (parameters for SQLite, PostgreSQL, SQL Server, MongoDB)disconnect-database: Disconnect from a databaseexecute-query: Execute queries that return results (works with SQL and MongoDB)execute-update: Execute queries that do not return results (e.g., INSERT, UPDATE, DELETE; works with SQL and MongoDB)
- MCP Resources Exposed:
Database Schema: Returns schema info for all tables and columnsTable Schema: Returns schema info for a specific tableTables List: Returns a list of all tables in the database
- Testing and Development:
- Includes a test suite for development
- Open Source:
- Licensed under MIT
Pricing
No pricing information provided; the project is open source under the MIT license.
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)An all-in-one MCP service that allows AI-powered data analysis by connecting to multiple types of databases (sqlite, mysql, postgres, etc.) within a single, unified configuration, making it a comprehensive MCP server solution.
An MCP server integrating with Airtable to enable CRUD operations on records within code editors, showcasing a practical database MCP server implementation.
Provides read and write access to Airtable databases via an MCP server, offering a simple and effective database integration for MCP applications.
The official MCP bridge for Google BigQuery, enabling petabyte-scale analytics and integration with other MCP servers for advanced querying and automation.
A unified MCP server interface for connecting to multiple databases (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server), supporting connection management, query execution, and schema manipulation.
An MCP server bridging to ClickZetta databases for executing SQL queries, exploring schema information, and documenting insights via natural language interaction.