Back to the catalog

Neon Zero-Trust Gateway

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

Open source Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
AI, RAG & memory
Publisher
ansarii
Origin
official
Category
ferramentas
Transport
desconhecido
Version
1.0.0
Last push
2026-09-07T11:22:17Z
Repository state
ativo
Language
JavaScript
Added
2026-09-01 14:00:10
Updated
2026-09-01 14:00:10
Origin id
io.github.Ansarii/zero-trust-gateway

README

# Neon Enterprise MCP Gateway
**The Zero-Trust Firewall for Claude & AI Agents**

Neon Gateway allows you to securely connect your Claude Desktop or custom AI agents to internal Enterprise databases (Postgres) and Knowledge Bases (Notion) without exposing root credentials or risking data destruction.

## Features
- **Zero-Trust Postgres:** Execute remote SQL queries forced into READ-ONLY transaction blocks. Agents cannot drop tables or delete data.
- **Notion Enterprise Search:** Let Claude search your internal wikis and documents securely.
- **Audit Logging & Routing:** All MCP traffic is routed through a secure Python Gateway.

## Get Access
This is a hosted, premium MCP Gateway for Enterprise and Agency teams. 
1. Purchase an API Key here: https://neoninnovationlab.com/mcp
2. You will receive an `mcp_live_...` key instantly via email.
3. Configure your Claude Desktop using the instructions below.

## Claude Desktop Configuration
Add the following to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "neon-enterprise-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/client-cli",
        "sse",
        "--header",
        "Authorization: Bearer YOUR_API_KEY_HERE",
        "https://api.neoninnovationlab.com/sse"
      ]
    }
  }
}
```

More