mcp-server-registry

microsoft/mcp-server-registry
★ 0 stars PowerShell DevOps Updated today
Public registry for onboarding hosted MCP servers to Azure Connector Namespace. Submit a manifest PR to onboard your server.
View on GitHub → 🔍 Audit Wallet Slippage →

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-server-registry": {
      "command": "npx",
      "args": [
        "-y",
        "microsoft/mcp-server-registry"
      ]
    }
  }
}