Developer Tools
Trust: 20/100 (Limited)io.github.formulahendry/mcp-server-mcp-registry Guide
MCP Server for MCP Registry to discover and search for available MCP servers in the registry
4 starsby formulahendry
Quick Start
Install
npx mcp-server-mcp-registryClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-formulahendry-mcp-server-mcp-registry": {
"command": "npx",
"args": [
"mcp-server-mcp-registry"
]
}
}
}