Skip to content
Claude Desktop

Neon Zero-Trust Gateway for Claude Desktop

io.github.ansarii/zero-trust-gateway

Zero-Trust MCP gateway securing internal database tools behind an API key firewall.

client:Claude Desktop transport:sse

Install Neon Zero-Trust Gateway in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "zero-trust-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.neoninnovationlab.com/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Neon Zero-Trust Gateway in other clients