Skip to content

Registry

Free

by MCP Community

MCP tool registry with service discovery and capability-based querying

v1.0.6Added Apr 12, 2026
mcpregistryservice-discoverycapabilitytools
Works with:ClaudeGPTGeminiCopilot

Registry MCP Server

MCP tool registry with service discovery and capability-based querying

Installation

npx -y @bernierllc/mcp-registry

Reviews

Leave a Review

Installation

Quick install
npx -y @bernierllc/mcp-registry
Add to claude_desktop_config.json
{
  "mcpServers": {
    "registry": {
      "command": "npx",
      "args": ["-y", "@bernierllc/mcp-registry"]
    }
  }
}