agent-mcp-registry

jayanth-mkv/agent-mcp-registry
★ 0 stars Python AI/LLM Updated today
An evolving catalog of MCP servers, clients, and experiments for building agent-tool integrations.
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": {
    "agent-mcp-registry": {
      "command": "uvx",
      "args": [
        "agent-mcp-registry"
      ]
    }
  }
}

Or install with pip: pip install agent-mcp-registry

README Excerpt

<div align="center"> <img src="docs/assets/readme-icon.svg" width="128" alt="Agent MCP Registry icon showing connected protocol nodes" /> <h1>Agent MCP Registry</h1> <p><strong>A growing catalog of MCP servers, clients, and integration patterns for agent-tool systems.</strong></p> <p>Current entries are experimental samples, not a production-ready MCP distribution.</p>