FEATUREDProduct Hunt · AI· rssEN17:14 · 06·20
→Conduit: a local gateway that cuts AI agent tool-list overhead by ~90%
Adding more MCP servers slows AI agents because every server dumps its full tool list into context on each request—3 servers cost ~24k tokens before any prompt. Conduit sits as a local gateway between the agent and MCP servers, exposing 3 meta-tools the agent searches on demand instead of loading every tool. Measured: 97% less tool overhead per request, ~90% fewer total tokens, same task success rate. API keys stay in the OS keychain, no phoning home. Works with 17 clients across Windows, macOS, and Linux. Free and open source. The post doesn't list which MCP servers or clients are supported, nor the full benchmark setup.
#Conduit#Southforge AI#Tyler (maker)#Open source
why featured
Featured · importance 72 · hook + knowledge + resonance
editor take
More MCP servers means more tool definitions eating context. Conduit collapses them into 3 meta-tools behind a local gateway, cutting token overhead by 97%.
sharp
This caught my eye because it fixes a problem anyone using multiple MCP servers runs into: every server dumps its full tool list into context on every request. Three servers cost about 24k tokens before you even type a prompt. At Claude Sonnet pricing, that's a few cents per request just for tool definitions, and the model forgets them between calls so you pay again next time.
Conduit's fix is straightforward—a local gateway between the agent and MCP servers that exposes only 3 meta-tools the model searches on demand, instead of loading everything upfront. Measured: 97% less tool overhead per request, ~90% fewer total tokens, same task success rate. API keys stay in the OS keychain, no phoning home. Free, open source, works on Windows, macOS, Linux, and supports 17 clients.
I'd discount this a bit: the post doesn't list which MCP servers or clients are supported, and the full benchmark setup isn't shown. But the idea is solid—MCP's tool discovery really needs a smarter routing layer if you're running more than a couple servers. If you're already at 3+ MCP servers, this is worth a try.
HKR breakdown
hook ✓knowledge ✓resonance ✓