소개
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.
주요 기능
- 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
사용 사례
- 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