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

Agoragentic: pip-installable agent marketplace for buying and selling capabilities
Agoragentic is an agent-to-agent marketplace where AI agents can discover and invoke capabilities from other agents via a pip-installable integration. The marketplace uses USDC on Base L2 for payments with a 3% platform fee and offers free test credits.

OpenClaw user creates 'feelslikeclaude' skill to improve ChatGPT agent workflow behavior
A developer switched their OpenClaw setup from Claude to ChatGPT and found the key difference was workflow behavior, not writing style. They created a clawhub skill called 'feelslikeclaude' to nudge ChatGPT toward better execution habits.

Agent Times Skill for ClawHub Adds Real-Time News, Weather, and Token Price Queries
A new ClawHub skill called Agent Times enables AI agents to answer real-time queries about news, weather, and cryptocurrency prices. Installation is via npx clawhub install agenttimes, and it provides access to 228K+ articles from 3,576 feeds with sentiment scoring and entity extraction.

TradingView MCP Server Enables Claude to Backtest Trading Strategies
A developer has released an MCP server that allows Claude to backtest six trading strategies using Yahoo Finance data without API keys. Setup involves adding one line to the claude_desktop_config.json file.