Database
byswoiow
0Provides pluggable MCP servers for MySQL and PostgreSQL with a shared core, enabling direct data querying.
About
Database is a flexible tool offering pluggable MCP (Machine Comprehension Protocol) servers specifically tailored for MySQL and PostgreSQL. It streamlines direct data querying by providing independent server processes, drivers, and prompts for each database type. Featuring an optional TTL cache for performance optimization and a unified FastAPI gateway, it simplifies exposing both database services under a single API endpoint, all while maintaining an extensible architecture for adding support for other databases.
Key Features
- Unified FastAPI gateway for both database services
- Independent MySQL and PostgreSQL servers, drivers, and prompts
- Optional TTL cache with global and per-call control
- 0 GitHub stars
- Extensible architecture for adding new database drivers and prompts
Use Cases
- Exposing MySQL data through a standardized MCP interface
- Providing PostgreSQL data access via an MCP server
- Consolidating multiple database MCP services under a single API endpoint