Back to Browse

Neon Mcp Gateway MCP Server

Developer ToolsUse Caution3.5MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: sse: https://api.neoninnovationlab.com/sse

Security Report

3.5
Use Caution3.5High Risk

This MCP server presents significant security concerns. The server declares a tool for executing database queries but provides no actual implementation, authentication validation, or authorization controls. The README instructs users to place API keys in plaintext configuration files, creating a credential exposure risk. The server appears to be a stub or incomplete implementation that redirects users to an external hosted service, raising questions about its actual security model and purpose. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).

3 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub 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:

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

Reviews

No reviews yet

Be the first to review this server!