Odel
mcp registry mcp

mcp registry mcp

Local
@mdfifty50-boopJavaScriptUpdated 4mo ago

MCP server discovery, indexing, and registration

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-registry-mcpv0.1.1

Run

npx -y mcp-registry-mcp

MCP client config

{
  "mcpServers": {
    "mcp-registry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-registry-mcp"
      ]
    }
  }
}