Nexoxa MCP

Model Context Protocol server for Cursor, Claude Desktop, and other MCP hosts. Control your local Nexoxa Bridge by saved connection name — databases, SSH, SFTP, S3, SMTP, and knowledge graphs. Connection URLs never enter MCP tool calls.

Installation

bash
npm i -g nexoxa-mcp
Requires NexoxaBridge desktop for MCP and Bridge SDK packages. Analytics SDKs only need your app server.

Features

  • ·Connect by saved connection name only (encrypted Bridge registry)
  • ·Read-only SQL, schema graph, SSH dashboards, storage, SMTP tools
  • ·Works with Bridge desktop on 127.0.0.1 (auto-discovers embedded port)
  • ·Optional offline fallbacks when Bridge is not running

Quick start

json
{
  "mcpServers": {
    "nexoxa": {
      "command": "npx",
      "args": ["-y", "nexoxa-mcp"]
    }
  }
}

Ask a question… Ctrl+I