mcp-relay

settlin/mcp-relay
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Single source of truth for MCP server configs across AI editors
View on GitHub →

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

Or install with pip: pip install mcp-relay