Skip to content

MikkoParkkola/mcp-gateway

v2.12.1 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 9d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai anthropic claude gateway llm mcp
+4 more
model-context-protocol multiplexer proxy rust

Summary

AI summary

Updates Quick Start ```bash, Recommended, and M1/M2/M3 across a mixed release.

Full changelog

Installation

Cargo (Recommended)

cargo install mcp-gateway

Manual Download

Download the appropriate binary for your platform from the assets below.

Supported platforms:

  • mcp-gateway-darwin-arm64 - macOS Apple Silicon (M1/M2/M3)
  • mcp-gateway-darwin-x86_64 - macOS Intel
  • mcp-gateway-linux-x86_64 - Linux x86_64 (static musl)
  • mcp-gateway-linux-aarch64 - Linux ARM64 (static musl)
  • mcp-gateway-windows-x86_64.exe - Windows x86_64 (MSVC)

Verify checksums

sha256sum -c SHA256SUMS.txt

Quick Start

# Create config file
cat > servers.yaml << 'EOF'
server:
  port: 39400
meta_mcp:
  enabled: true
backends: {}
EOF

# Start gateway
mcp-gateway --config servers.yaml

See README for full documentation.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track MikkoParkkola/mcp-gateway

Get notified when new releases ship.

Sign up free

About MikkoParkkola/mcp-gateway

Universal MCP gateway with single-port multiplexing and Meta-MCP. 4 meta-tools replace 100+ registrations, saving 95% context window. Hot-reloadable capabilities, OpenAPI auto-import, 42 starter capabilities (25 zero-config).

All releases →

Beta — feedback welcome: [email protected]