Project Templates์ถœ์ฒ˜: Show HN์กฐํšŒ์ˆ˜ 14

Show HN: MCPlexor โ€“ MCP multiplexer that cuts agent context usage by 95%

By arustagi
2026๋…„ 2์›” 9์ผ
**Show HN: MCPlexor โ€“ MCP multiplexer that cuts agent context usage by 95%**

I built MCPlexor to solve a token waste problem I kept running into with MCP-based agents.The Problem: MCP (Model Context Protocol) is great for giving LLMs access to external tools. But if you connect multiple servers (GitHub, Linear, Postgres, Slack), you end up with 40-50k tokens of tool definitions injected into every request โ€“ before the agent even does anything.On a 200k context model, that's 25% gone. On smaller models, it's worse. And most runs only use 1-2 tools.The Solution: MCPlexor sits between your agent and your MCP servers. Instead of loading all tool definitions upfront:Agent asks for a capability ("create an issue") MCPlexor routes to the right server using semantic matching Only relevant tools get exposed Result: ~500 tokens overhead instead of ~20k.Technical Details: - Written in Go, single binary, no runtime deps - Supports both stdio and HTTP transports - Stores credentials in OS keychain (macOS Keychain, Windows Credential Manager, Linux keyring via zalando/go-keyring) - Works with Claude Desktop, Cursor, Augment Code, or any MCP-compatible clientThe routing logic can run entirely locally using Ollama...

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” Show HN์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.