dbhub: DBHub is a zero-dependency, token-efficient Model Context Protocol (MCP) server that acts as a lightweight gateway. It enables MCP-compatible clients to securely connect to and manage various databases like PostgreSQL, MySQL, and SQLite through a unified interface with built-in safety controls.; fastapi_mcp: FastAPI-MCP allows you to expose your existing FastAPI endpoints as Model Context Protocol (MCP) tools. It offers native integration with FastAPI, including built-in authentication using existing dependencies, and preserves schemas and documentation.
Providing a unified gateway for various AI/developer clients (e.g., Claude, VS Code) to interact with diverse databases.
Integrating FastAPI services as tools for large language models (LLMs) that support MCP.