Open-source MCP gateway for personal AI agents. Send cheap tasks to DeepSeek, reasoning-heavy workflows to Claude. Built in Go, runs anywhere.
# Connect Claude Code to MCPGate MCP server # ~/.claude/mcp_servers.json { "mcpServers": { "mcpgate": { "url": "https://mcpgate.org/sse", "transport": "sse" } } }
Routing every request to Claude or GPT-4 is 10โ50ร more expensive than it needs to be. Most tasks don't require frontier reasoning.
Each model has a different API. Switching providers means rewriting integrations. Agents have no unified tool layer.
Budget tracking doesn't need Claude Opus. Code review does. Without smart routing, you pay premium prices for commodity work.
Custom skills (budget, RAG, mail) are locked to a single agent. MCP enables any Claude-compatible client to use your tools.
DeepSeek for commodity tasks. Gemini for fallback. Claude for agentic planning and MCP tool calls.
Standard Model Context Protocol server over SSE. Compatible with Claude Code and any MCP client.
Track expenses and income. Multi-currency (RUB/THB). Recurring payments. Spending forecast.
Personal knowledge base with semantic search. Ask questions over your documents and data.
Gmail/IMAP integration. Daily digest agent summarizes your inbox via Telegram.
Reasoning-heavy workflow benchmarks comparing Claude vs cheap models. Published as OSS data.
Clone, set your API keys, run docker compose up.
MCP endpoint live on :8080.