MCP Gateway for Secure Remote Access to Internal Tools

OpenZiti has released an MCP gateway that enables secure access to internal MCP tool servers from remote locations without exposing any public endpoints. The solution aggregates multiple MCP backends into a single connection and namespaces tools to prevent collisions.
How It Works
The gateway runs over a zero-trust overlay using OpenZiti and zrok, meaning nothing listens on a public address. Clients connect using a zrok share token and receive isolated sessions. This approach eliminates the need for opening ports, setting up SSH tunnels, or running a VPN.
Configuration
Claude Desktop configuration requires just one entry in the mcpServers section. The configuration provides fine-grained selection of tools from aggregated servers.
{
"mcpServers": {
"gateway": {
"command": "mcp-tools",
"args": ["run", "<share-token>"]
}
}
}Practical Use Case
The developer at NetFoundry uses this daily for accessing internal resources like data warehouses across their 100% remote workforce. The gateway allows team members to access MCP servers running on various machines from their laptops through a single MCP connection.
The project is available under the Apache 2.0 license and can be found on GitHub. The developer invites others to share their approaches to remote MCP access with Claude Desktop.
📖 Read the full source: r/ClaudeAI
👀 See Also

Argus: A VS Code Extension to Debug Claude Code Session Costs and Behavior
A developer built Argus, a VS Code extension that parses Claude Code JSONL transcripts into a real-time timeline with per-step token/cost breakdown, cache hit ratio, and flagging of retry loops, duplicate reads, and context pressure.

Memento v1.0: Persistent Memory MCP Server for Claude Code with 17 Tools
Memento v1.0 is a persistent memory MCP server for Claude Code that ships with 17 tools, hybrid search, contradiction detection, and a visual memory graph. It runs locally with no cloud dependencies and supports multiple IDEs including Claude Code, Cursor, Windsurf, and OpenCode.

Manifest Now Supports Claude Pro/Max Subscriptions Without API Key
Manifest, an open source routing layer for OpenClaw, now allows direct connection of Claude Pro or Max subscriptions without requiring an API key. Users with API keys can configure fallback routing when subscription rate limits are hit.

Stockade: A New Orchestration Tool for Claude Code with Channel Support and Security Layers
Stockade is an orchestration tool built around Anthropic's Agent SDK that provides channel-based session management, RBAC, and fine-grained permissions for AI agents. It addresses limitations in OpenClaw and NanoClaw by offering more control while maintaining security through containerization and credential proxies.