A service for discovering and managing Model Context Protocol (MCP) servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-sub-registry": {
"command": "npx",
"args": [
"-y",
"chief-builder/mcp-sub-registry"
]
}
}
}
Run in terminal:
claude mcp add mcp-sub-registry npx -y chief-builder/mcp-sub-registry
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-sub-registry": {
"command": "npx",
"args": [
"-y",
"chief-builder/mcp-sub-registry"
]
}
}
}