Back to browse
GitHub Repository

Local-first MCP gateway. One port for every tool and every AI client: lazy discovery (~90% token savings), tool integrity + quarantine, secrets in the OS keychain.

89 starsRust

One MCP setup for 22 clients, with lazy tool discovery

by tsouth2·Jul 15, 2026·4 points·0 comments

AI Analysis

●●●BangerBig BrainSolve My ProblemShip It

Slashes MCP token overhead by 96% using lazy discovery instead of dumping full tool catalogs.

Strengths
  • Lazy discovery swaps 24k token definitions for 900 tokens without losing task success rates.
  • Single authentication point syncs secrets to OS keychain for 22 different AI clients.
  • Built-in integrity checks quarantine poisoned tools before agents can execute destructive calls.
Weaknesses
  • Relies on widespread MCP adoption; less useful if the ecosystem fragments or stalls.
  • Adds a local network hop that could introduce latency for time-sensitive agent loops.
Target Audience

Developers building or using AI agents with multiple MCP servers

Similar To

Smithery · Gloo · MCP Inspector

Post Description

Toolport is a local MCP gateway with a native desktop app. Add and authenticate a server once, then connect it to any of 22 supported clients. Secrets stay in the OS keychain.

Instead of exposing the full catalog, Toolport gives agents four small meta-tools and searches for the real tools on demand. With 62 tools, that reduced definition overhead from about 24k tokens to 900. In benchmarked tasks, total token use fell by up to 91% at the same success rate.

It is MIT licensed with Windows, macOS, and Linux installers. The same Rust gateway also runs headlessly through stdio, Streamable HTTP, OpenAPI, or Docker.

Similar Projects

Developer Tools●●Solid

MCP-X – Single-file multi-client MCP gateway with per-tool access ctrl

Single-file + live-reload is the practical win here: point your agents at one static URL and you can swap or share upstream MCP servers on the fly via TOML edits or the REST API. The per-tool fnmatch allow-lists, owner registration, and JWT/static token options show the author thought about multi-tenant workflows, but this is a focused infra tool — great when you actually run many MCP servers, less interesting otherwise.

Niche GemShip It
littleRound
205mo ago
AI/ML●●Solid

Mcplexer.com

Unified MCP runtime across Claude, Cursor, and Grok with cross-harness delegation.

Big BrainShip It
maxrev17
4120d ago
Security●●Solid

Fix MCP OAuth Gaps (CLI and CI Check)

The project maps the entire OAuth/MCP discovery-to-DCR funnel and gives actionable failure points — e.g., missing WWW-Authenticate headers, malformed PRM or issuer metadata, or broken token endpoints. It’s a focused, practical CLI that also fits into CI (GitHub Actions badge, quickscan command), so teams can catch auth regressions before rollout. Niche but very useful if you run or validate MCP/OAuth endpoints; wider adoption will depend on more examples and integration templates.

Niche GemSolve My Problem
chintant
215mo ago