FreePeak_db-mcp-server
If you are the rightful owner of FreePeak_db-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.
The Multi Database MCP Server is a powerful tool that enables AI models to interact with multiple databases through a standardized protocol, enhancing the capabilities of AI assistants in managing and querying databases.
The Multi Database MCP Server is designed to provide a unified interface for AI models to interact with various database systems simultaneously. Built on the FreePeak/cortex framework, it allows AI assistants to execute SQL queries, manage transactions, explore schemas, and analyze performance across different databases. This server supports multiple databases concurrently, offering a clean architecture that separates core business logic from data access and delivery layers. It is compatible with the OpenAI Agents SDK, making it easy to integrate with AI applications. The server's dynamic tool generation feature automatically creates specialized tools for each connected database, ensuring efficient and structured database interactions.
Features
- Simultaneous Multi-Database Support: Connect and interact with multiple MySQL and PostgreSQL databases concurrently.
- Database-Specific Tool Generation: Automatically creates specialized tools for each connected database.
- Clean Architecture: Modular design with clear separation of concerns.
- OpenAI Agents SDK Compatibility: Seamless integration with AI assistants.
- Dynamic Database Tools: Execute SQL queries, manage transactions, explore schemas, and analyze performance.
Tools
query_<dbid>
Execute SQL queries on the specified database.
execute_<dbid>
Execute SQL statements (INSERT, UPDATE, DELETE).
transaction_<dbid>
Manage database transactions.
schema_<dbid>
Get database schema information.
performance_<dbid>
Analyze query performance.