Provides a foundational template for running Model Context Protocol servers with authentication, PostgreSQL integration, and containerization capabilities.
Sponsored
This project offers a foundational template for deploying Model Context Protocol (MCP) servers using Python and the FastMCP framework. It includes essential features like API token-based authentication, seamless integration with PostgreSQL databases for data persistence, and ready-to-use Docker and Docker Compose configurations for easy deployment and containerization. Designed for developers looking to quickly set up a robust MCP server, it also supports database schema migrations and provides clear guidance for local development and connecting to MCP clients, making it an ideal starting point for custom MCP applications.
主な機能
01HTTP server for MCP transport
02Containerization with Docker & Docker Compose
03Basic Authentication (via API token)
04Database schema management with migrations
05PostgreSQL database integration
060 GitHub stars
ユースケース
01Rapidly set up a new MCP server instance with pre-configured features.
02Develop custom MCP-based applications requiring authenticated access and data storage.
03Provide a robust backend for MCP clients with PostgreSQL integration and containerized deployment.