Skip to main content
Glama
neoninnovationlab

Neon Enterprise MCP Gateway

README.md
# 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"
      ]
    }
  }
}
```

TDQS

B3.3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusing it with another tool. The purpose of execute_query is clear and unambiguous within the tool set.

Naming Consistency5/5

The single tool uses a clear verb_noun pattern. Although there is only one tool to judge, the naming style is predictable and conventional for a database query operation.

Tool Count2/5

A single tool feels far too thin for a database gateway MCP server, even if it is intentionally read-only. The apparend scope of Neon Enterprise MCP Gateway implies more useful surface area than one query endpoint.

Completeness2/5

The server provides only read-only querying with no schema discovery, table listing, query planning, or write operations. Agents are left with a very limited surface that will be insufficient for most practical database workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues