ECOSYSTEM

NeuronDB Ecosystem

Self-host the core, use managed Cloud for multi-tenant provisioning, or embed agents with Hub. All three can run together or separately.

Full platform: Run neurondb, neurondb-cloud, and neurondb-hub together (e.g. with deploy-all.sh). Cloud provisions the data plane per tenant (NeuronDB + NeuronAgent + NeuronMCP); Hub can use Cloud as backend. Ports: neurondb 5433, 8080, 8081, 3000 | neurondb-cloud 5435, 8083 | neurondb-hub 5434, 8084, 8085, 3001.

Self-hosted Core

Open-source PostgreSQL AI extension and runtime components. Run on your own infrastructure.

NeuronDB Cloud

SaaS platform on Kubernetes delivering three integrated services per tenant: NeuronDB, NeuronAgent, and NeuronMCP. Multi-cloud (AWS, GCP, Azure), Terraform & Helm, hybrid tenancy, Stripe billing, RBAC, audit, backup/PITR. Try locally with docker compose (QUICKSTART) or deploy via Helm/Terraform (DEPLOYMENT).

NeuronDB Hub

Hosted agent builder, control plane for NeuronAgent, secure gateway for runtime, and one-click embed platform. Multi-tenant SaaS: agent builder, embed widget, marketplace, workflows, memory, MCP connectors, Stripe billing. Run with make dev or deploy with full platform (deploy-all.sh).

How they connect

┌─────────────────────────────────────────────────────────────────────────┐
│  Self-hosted Core (neurondb repo)                                         │
│  NeuronDB │ NeuronAgent │ NeuronMCP │ NeuronDesktop                        │
└─────────────────────────────────────────────────────────────────────────┘
         ▲                                                    ▲
         │ provisions                                        │ uses
         │                                                    │
┌────────┴────────┐                                ┌─────────┴─────────┐
│  NeuronDB Cloud │                                │   NeuronDB Hub    │
│  (closed source)│                                │   (closed source) │
│  Auth, tenants, │                                │  Agent builder,   │
│  provisioning,  │◄────── optional integration ───│  embed widget     │
│  billing        │                                │                   │
└─────────────────┘                                └───────────────────┘

For NeuronDB Cloud or NeuronDB Hub access, get in touch.

Contact us