Servers
MCP Registry
@modelcontextprotocol
A community driven registry service for Model Context Protocol (MCP) servers.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"registry": {
"command": "docker",
"args": [
"run",
"-p",
"8080:8080",
"ghcr.io/modelcontextprotocol/registry:latest"
]
}
}
}