MCP Registry
@modelcontextprotocol
关于 MCP Registry
A community driven registry service for Model Context Protocol (MCP) servers.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"registry": {
"command": "docker",
"args": [
"run",
"-p",
"8080:8080",
"ghcr.io/modelcontextprotocol/registry:latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Registry?
The MCP Registry provides MCP clients with a list of MCP servers, functioning like an app store for MCP servers. It is intended for developers who want to discover or publish MCP servers.
How to use MCP Registry?
You can run the registry server locally using Docker and Go with make dev-compose, or use a pre‑built Docker image from GitHub Container Registry. To publish a server, use the included mcp-publisher CLI built with make publisher.
Key features of MCP Registry
- Provides a browsable, searchable list of MCP servers
- Supports publishing via GitHub OAuth, GitHub OIDC, DNS, and HTTP verification
- Seeded from the production API for realistic local development
- Input validation on all published servers
- API freeze (v0.1) for stable integration during preview
Use cases of MCP Registry
- MCP clients discover available servers for tool integration
- Developers publish and manage their own MCP servers
- Namespace ownership verification via GitHub identity or domain challenges
- Local development and testing with an ephemeral PostgreSQL database
FAQ from MCP Registry
What is the current status of the MCP Registry?
The Registry API is in a preview release (announced 2025‑09‑08) with an API freeze (v0.1) as of 2025‑10‑24. Breaking changes and data resets may still occur before general availability.
How do I run the MCP Registry locally?
Run make dev-compose to start the full development environment at localhost:8080 with PostgreSQL. The database uses ephemeral storage and resets on container restart. Alternatively, use a pre‑built Docker image from ghcr.io/modelcontextprotocol/registry.
How can I publish a server to the MCP Registry?
Build the publisher CLI with make publisher, then use ./bin/mcp-publisher --help for instructions. Full details are in the publisher guide.
What authentication methods does the MCP Registry support?
Publishing supports GitHub OAuth, GitHub OIDC (for GitHub Actions), DNS verification, and HTTP verification to prove ownership of a domain or GitHub namespace.
Where is data stored in the MCP Registry?
The registry uses PostgreSQL for data persistence. In the local development environment, storage is ephemeral and resets each time the containers are restarted.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Servers
modelcontextprotocolModel Context Protocol Servers
评论