mcp-registry

anebalas/mcp-registry
★ 0 stars Python 🔒 Security Updated today
Production-grade MCP server with authentication, rate limiting, audit logging, and three interfaces (MCP + REST + CLI).
View on GitHub → Try with Claude — $10 free →

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-registry": {
      "command": "uvx",
      "args": [
        "mcp-registry"
      ]
    }
  }
}

Or install with pip: pip install mcp-registry

README Excerpt

Most MCP examples are hello-world demos. This is a production-grade reference implementation showing how to govern AI data access at scale. **One registry. Three interfaces. Authentication on every call. Governance defined in code.** | Enterprise Capability | Typical MCP Demo | This Repository | |:---|:---|:---|

Tools (1)

SimpleConnectionPool