MCP 伺服器

MCP Gateway

A Rust MCP server that fronts many MCP and REST backends behind a small fixed tool surface.

402d ago
來源

安裝

manual
brew install MikkoParkkola/tap/mcp-gateway

把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。

介紹

MCP Gateway is a single Rust binary that sits between an AI client and multiple tool backends. It connects to MCP servers and REST APIs, then exposes a compact meta-surface so the client loads far fewer tool definitions. The gateway is designed to reduce context overhead from large tool lists. The README describes search-and-invoke meta tools such as `gateway_search_tools` and `gateway_invoke`, which let the agent discover and call backend tools on demand. It includes setup and import workflows for Claude Code, Claude Desktop, Cursor, Zed, Continue.dev, and Codex, plus a built-in registry of popular MCP servers. The project also supports direct stdio and HTTP backends through a `gateway.yaml` configuration.

標籤

mcpgatewayrustclaude-codetool-routing