Agentic Relay
Freeby MCP Community
Unified MCP relay for Claude Code, Codex CLI, and Gemini CLI
v21.0.0Added Apr 12, 2026
aiagentclaudecodexgemini
Agentic Relay MCP Server
Unified MCP relay for Claude Code, Codex CLI, and Gemini CLI
Installation
Reviews
Installation
Quick install
npx -y @rk0429/agentic-relay
Add to claude_desktop_config.json
{
"mcpServers": {
"agentic-relay": {
"command": "npx",
"args": ["-y", "@rk0429/agentic-relay"]
}
}
}