registry

registry

A community-driven registration service for MCP servers.

MCPDevOpen source
Type
MCP
Transport
http
Open source
Yes
GitHub Stars
★ 7.0k
Source
mcp-github

Overview

The MCP Registry provides MCP clients with a list of MCP servers, similar to an app store for MCP servers. It helps developers and users discover, publish, and manage MCP servers. Through this service, AI can access and leverage capabilities provided by various MCP servers. Ideal for developers and teams needing to integrate multiple MCP servers.

Capabilities

  • Provides a list of MCP servers
  • Supports publishing new MCP servers
  • Real-time API documentation
  • Community-maintained

Use cases

Discovering and using MCP serversPublishing custom MCP serversManaging and maintaining MCP servers

Setup

Requires: DockerGo 1.24.xkogolangci-lint v2.4.0
Run using Docker: `make dev-compose` or `docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:latest`

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I publish my MCP server?

Use the CLI tool `mcp-publisher`.

How do I run the local development environment?

Use `make dev-compose`.

Related skills