The MCP Registry offers a centralized service for managing Model Context Protocol server entries. π Join us in shaping this project and explore the features through our RESTful API! π
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"registry": {
"command": "go",
"args": [
"run",
"github.com/AlejandroVelezGuillermo/registry@latest"
]
}
}
}
π Copy
Run in terminal:
claude mcp add registry go run github.com/AlejandroVelezGuillermo/registry@latest
π Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"registry": {
"command": "go",
"args": [
"run",
"github.com/AlejandroVelezGuillermo/registry@latest"
]
}
}
}
π Copy