db-mcp
If you are the rightful owner of db-mcp 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.
This is a simple demo MCP HTTP server compatible with claude.ai and other MCP clients.
The Model Context Protocol (MCP) server is designed to facilitate communication between various MCP clients, such as claude.ai, by providing a structured and secure environment for data exchange. The server requires protection using Pomerium, an identity-aware proxy, to ensure secure access. The server setup involves configuring a database for persistence, which is crucial for maintaining client registrations and other data. The server is designed to work with a PostgreSQL database, and a sample database can be obtained from the Northwind SQLite3 repository. The server configuration includes setting up routes and policies to manage access and data flow effectively.
Features
- Compatible with various MCP clients including claude.ai.
- Requires Pomerium for secure access management.
- Supports database persistence using PostgreSQL.
- Configurable routes and policies for data management.
- Sample database available for testing purposes.