MCP registry service for Model Context Protocol (MCP) servers
Top 22.5% on sourcepulse
The MCP Registry service provides a centralized, community-driven repository for Model Context Protocol (MCP) servers, enabling discovery and management of various MCP implementations. It targets developers and users of MCP-enabled systems, offering a structured way to find and integrate different MCP server capabilities.
How It Works
The service exposes a RESTful API for CRUD operations on MCP server entries, including metadata, configurations, and capabilities. It supports both MongoDB and in-memory databases, with Docker Compose recommended for easy setup and development. The API is documented via Swagger/OpenAPI, providing interactive testing and clear endpoint definitions for health checks, server listing with pagination, detailed server retrieval, and publishing new entries.
Quick Start & Requirements
docker compose up
after building the image with docker build -t registry .
/v0/swagger/index.html
.Highlighted Details
Maintenance & Community
This project is in early development, built in the open. Contributing guidelines are available.
Licensing & Compatibility
The license is not explicitly stated in the README.
Limitations & Caveats
The project is in the early stages of development. Authentication for publishing entries requires a Bearer token, but the mechanism for obtaining or managing these tokens is not detailed.
1 day ago
Inactive