Registry
Freeby MCP Community
MCP tool registry with service discovery and capability-based querying
v1.0.6Added Apr 12, 2026
mcpregistryservice-discoverycapabilitytools
Registry MCP Server
MCP tool registry with service discovery and capability-based querying
Installation
npx -y @bernierllc/mcp-registry
Reviews
Installation
Quick install
npx -y @bernierllc/mcp-registry
Add to claude_desktop_config.json
{
"mcpServers": {
"registry": {
"command": "npx",
"args": ["-y", "@bernierllc/mcp-registry"]
}
}
}