This is the full deployment platform as an MCP server. All 59 tools map to real infrastructure operations: deploy from a GitHub repo, attach Postgres or Redis, create S3 buckets with scoped IAM, stream logs, scale replicas, snapshot databases, restore from encrypted backups, run sandboxed SQL queries, and roll back releases. The agent that wrote your FastAPI or Next.js app can push it to a live HTTPS URL with a real database in five minutes, then operate the running stack without leaving the chat. Connects via streamable HTTP to Claude Desktop, Cursor, or any MCP client. Useful when you want Claude to close the loop from generated code to production deployment and ongoing operations.
Public tool metadata for what this MCP can expose to an agent.
nexusai_whoamiReturns the authenticated NexusAI user and tenant context.Returns the authenticated NexusAI user and tenant context.
No parameter schema in public metadata yet.
nexusai_projects_listLists projects available in the current tenant.1 paramsLists projects available in the current tenant.
limitintegernexusai_providers_listLists deployment providers allowed for the tenant plan.Lists deployment providers allowed for the tenant plan.
No parameter schema in public metadata yet.
nexusai_deploy_listLists deployments available to the authenticated tenant.4 paramsLists deployments available to the authenticated tenant.
limitintegeroffsetintegerstatusstringproviderstringnexusai_deploy_statusReturns status details for a deployment.1 paramsReturns status details for a deployment.
deploymentIdstringnexusai_deploy_logsReturns recent log lines for a deployment.3 paramsReturns recent log lines for a deployment.
typestringlimitintegerdeploymentIdstringnexusai_deploy_createCreate a deployment from a container image using the GPT deployment flow.11 paramsCreate a deployment from a container image using the GPT deployment flow.
namestringportintegerimagestringregionstringenvVarsobjectproviderstringrequestIdstringenvironmentstringDEVELOPMENT · STAGING · PRODUCTIONstartCommandstringautoDestroyHoursnumberhealthCheckEnabledbooleannexusai_deploy_openclawDeploy an OpenClaw gateway service (alpine/openclaw:latest) on port 18789. OpenClaw is a Claude Code-compatible AI coding assistant. The gateway token is auto-generated if not provided.7 paramsDeploy an OpenClaw gateway service (alpine/openclaw:latest) on port 18789. OpenClaw is a Claude Code-compatible AI coding assistant. The gateway token is auto-generated if not provided.
namestringproviderstringenvironmentstringDEVELOPMENT · STAGING · PRODUCTIONclaudeApiKeystringgatewayTokenstringclaudeWebCookiestringclaudeWebSessionKeystringnexusai_deploy_flixtyDeploy Flixty — a self-hosted social media creator studio — from source (https://github.com/nexusrun/flixty.git) on port 3000. Supports posting to X, LinkedIn, Facebook, Instagram, TikTok, and YouTube. SESSION_SECRET is auto-generated if not provided.16 paramsDeploy Flixty — a self-hosted social media creator studio — from source (https://github.com/nexusrun/flixty.git) on port 3000. Supports posting to X, LinkedIn, Facebook, Instagram, TikTok, and YouTube. SESSION_SECRET is auto-generated if not provided.
namestringbaseUrlstringfbAppIdstringproviderstringxClientIdstringenvironmentstringDEVELOPMENT · STAGING · PRODUCTIONfbAppSecretstringsessionSecretstringxClientSecretstringgoogleClientIdstringanthropicApiKeystringtiktokClientKeystringlinkedinClientIdstringgoogleClientSecretstringtiktokClientSecretstringlinkedinClientSecretstringnexusai_deploy_sourceCreate a repo-based source deployment using the GPT deployment flow.17 paramsCreate a repo-based source deployment using the GPT deployment flow.
namestringregionstringenvVarsobjectrepoUrlstringproviderstringframeworkstringoutputDirstringrequestIdstringdockerfilestringrepoBranchstringenvironmentstringDEVELOPMENT · STAGING · PRODUCTIONbuildCommandstringstartCommandstringinstallCommandstringrepoSecretNamestringautoDestroyHoursnumberhealthCheckEnabledbooleannexusai_deploy_redeployCreate a new deployment using a previous deployment configuration with optional overrides.2 paramsCreate a new deployment using a previous deployment configuration with optional overrides.
overridesobjectdeploymentIdstringnexusai_deploy_rollbackRollback by redeploying a previous deployment revision in the same project.2 paramsRollback by redeploying a previous deployment revision in the same project.
deploymentIdstringtargetDeploymentIdstringnexusai_deploy_stopStop a running deployment without deleting it.1 paramsStop a running deployment without deleting it.
deploymentIdstringnexusai_deploy_startStart a stopped deployment.1 paramsStart a stopped deployment.
deploymentIdstringnexusai_deploy_deletePermanently delete a deployment and free its resources.1 paramsPermanently delete a deployment and free its resources.
deploymentIdstringnexusai_deploy_scaleScale a running deployment to the specified number of replicas (1-10).2 paramsScale a running deployment to the specified number of replicas (1-10).
replicasintegerdeploymentIdstringnexusai_deploy_healthReturns health check status and recent health logs for a deployment.1 paramsReturns health check status and recent health logs for a deployment.
deploymentIdstringnexusai_secrets_listLists all secrets for the organization (values are hidden).Lists all secrets for the organization (values are hidden).
No parameter schema in public metadata yet.
nexusai_secrets_createCreate a new secret for the organization.3 paramsCreate a new secret for the organization.
namestringvaluestringenvironmentstringnexusai_secrets_updateUpdate an existing secret. Only provided fields are changed.4 paramsUpdate an existing secret. Only provided fields are changed.
namestringvaluestringsecretIdstringenvironmentstringnexusai_secrets_deleteDelete a secret from the organization.1 paramsDelete a secret from the organization.
secretIdstringnexusai_domains_addAdd a custom domain to a deployment.2 paramsAdd a custom domain to a deployment.
domainstringdeploymentIdstringnexusai_domains_listList custom domains attached to a deployment.1 paramsList custom domains attached to a deployment.
deploymentIdstringnexusai_domains_verifyTrigger DNS verification for a custom domain.2 paramsTrigger DNS verification for a custom domain.
domainIdstringdeploymentIdstringnexusai_domains_removeRemove a custom domain from a deployment.2 paramsRemove a custom domain from a deployment.
domainIdstringdeploymentIdstringnexusai_usage_statsReturns usage statistics, quotas, and deployment counts for the organization.Returns usage statistics, quotas, and deployment counts for the organization.
No parameter schema in public metadata yet.
nexusai_db_source_listList all external DB sources for the organization.List all external DB sources for the organization.
No parameter schema in public metadata yet.
nexusai_db_source_connectCreate & test a new external DB connection.8 paramsCreate & test a new external DB connection.
hoststringnamestringportintegerdbNamestringenginestringPOSTGRESQL · MYSQLsslModestringpasswordstringusernamestringnexusai_db_source_deleteRemove an external DB source.1 paramsRemove an external DB source.
dbSourceIdstringnexusai_db_inspect_schemaGet normalized schema graph for a DB source.2 paramsGet normalized schema graph for a DB source.
refreshbooleandbSourceIdstringnexusai_db_query_previewDry-run a SQL query (EXPLAIN + safety analysis). Supports SELECT, DML, and DDL including CREATE/DROP FUNCTION, CREATE/DROP TRIGGER, CREATE/DROP VIEW, and CREATE/DROP PROCEDURE.2 paramsDry-run a SQL query (EXPLAIN + safety analysis). Supports SELECT, DML, and DDL including CREATE/DROP FUNCTION, CREATE/DROP TRIGGER, CREATE/DROP VIEW, and CREATE/DROP PROCEDURE.
sqlstringdbSourceIdstringnexusai_db_query_executeExecute confirmed SQL against an external DB source. Supports SELECT, INSERT/UPDATE/DELETE (with WHERE), and DDL including CREATE/DROP FUNCTION, CREATE/DROP TRIGGER, CREATE/DROP VIEW, CREATE/DROP PROCEDURE. DML and DDL require confirmed=true. Function/procedure bodies with dol...4 paramsExecute confirmed SQL against an external DB source. Supports SELECT, INSERT/UPDATE/DELETE (with WHERE), and DDL including CREATE/DROP FUNCTION, CREATE/DROP TRIGGER, CREATE/DROP VIEW, CREATE/DROP PROCEDURE. DML and DDL require confirmed=true. Function/procedure bodies with dol...
sqlstringmaxRowsintegerconfirmedbooleandbSourceIdstringnexusai_db_propose_fixAnalyze deployment log errors and propose DDL fix.3 paramsAnalyze deployment log errors and propose DDL fix.
dbSourceIdstringlogSnippetstringdeploymentIdstringnexusai_db_apply_fixApply a previously proposed DDL fix (requires confirmation).2 paramsApply a previously proposed DDL fix (requires confirmation).
dbSourceIdstringproposalIdstringnexusai_db_services_listList all database services (postgres, mysql, redis, mongo, etc.) provisioned alongside deployments. Returns each service ID — use this to discover the serviceId required by nexusai_db_backup, nexusai_db_restore, and related tools.1 paramsList all database services (postgres, mysql, redis, mongo, etc.) provisioned alongside deployments. Returns each service ID — use this to discover the serviceId required by nexusai_db_backup, nexusai_db_restore, and related tools.
deploymentIdstringnexusai_db_backupCreate a backup of a database service in a Docker deployment.1 paramsCreate a backup of a database service in a Docker deployment.
serviceIdstringnexusai_db_backup_listList available backups for a database service.1 paramsList available backups for a database service.
serviceIdstringnexusai_db_backup_downloadGenerate a short-lived signed download URL for a backup file. The user can use this URL with curl/browser to download the backup and restore offline. No data lock-in: backups are portable (pg_dump custom format, mysqldump, mongodump tar.gz, redis rdb).3 paramsGenerate a short-lived signed download URL for a backup file. The user can use this URL with curl/browser to download the backup and restore offline. No data lock-in: backups are portable (pg_dump custom format, mysqldump, mongodump tar.gz, redis rdb).
backupIdstringserviceIdstringttlSecondsintegernexusai_db_restoreRestore a database service from a previously created backup.2 paramsRestore a database service from a previously created backup.
backupIdstringserviceIdstringnexusai_db_restore_toRestore a database backup into a different deployment service in the same org. Use to seed a new deployment from a snapshot of an old one. Both services must use the same engine (postgres-to-postgres only). Existing data on the target is overwritten.2 paramsRestore a database backup into a different deployment service in the same org. Use to seed a new deployment from a snapshot of an old one. Both services must use the same engine (postgres-to-postgres only). Existing data on the target is overwritten.
backupIdstringtargetServiceIdstringnexusai_db_backup_scheduleEnable or disable daily automated backups for a database service.2 paramsEnable or disable daily automated backups for a database service.
enabledbooleanserviceIdstringnexusai_volume_listList org-scoped persistent storage volumes (filesystem mounts). Each volume is single-attach and survives redeploys.List org-scoped persistent storage volumes (filesystem mounts). Each volume is single-attach and survives redeploys.
No parameter schema in public metadata yet.
nexusai_volume_createCreate a new org-scoped persistent volume. Backed by a Docker named volume that survives redeploys. Volumes are single-attach.2 paramsCreate a new org-scoped persistent volume. Backed by a Docker named volume that survives redeploys. Volumes are single-attach.
namestringdisplayNamestringnexusai_volume_deleteDelete a volume. Must be detached first. Destroys all data on the volume.1 paramsDelete a volume. Must be detached first. Destroys all data on the volume.
volumeIdstringnexusai_volume_attachAttach a volume to a deployment at a mount path. Requires redeploy of the target deployment for the mount to take effect.3 paramsAttach a volume to a deployment at a mount path. Requires redeploy of the target deployment for the mount to take effect.
volumeIdstringmountPathstringdeploymentIdstringnexusai_volume_detachDetach the volume from its current deployment. Data is preserved.1 paramsDetach the volume from its current deployment. Data is preserved.
volumeIdstringnexusai_bucket_listList org-scoped object-storage buckets (S3-compatible MinIO buckets).List org-scoped object-storage buckets (S3-compatible MinIO buckets).
No parameter schema in public metadata yet.
nexusai_bucket_createCreate a new org-scoped bucket on the shared MinIO instance.3 paramsCreate a new org-scoped bucket on the shared MinIO instance.
namestringregionstringdisplayNamestringnexusai_bucket_deleteDelete a bucket. Must be detached from all deployments first. ALL objects in the bucket are deleted.1 paramsDelete a bucket. Must be detached from all deployments first. ALL objects in the bucket are deleted.
bucketIdstringnexusai_bucket_attachExpose the bucket to a deployment via S3_* env vars (S3_ENDPOINT, S3_BUCKET, S3_ACCESS_KEY, S3_SECRET_KEY, S3_REGION). Requires redeploy.2 paramsExpose the bucket to a deployment via S3_* env vars (S3_ENDPOINT, S3_BUCKET, S3_ACCESS_KEY, S3_SECRET_KEY, S3_REGION). Requires redeploy.
bucketIdstringdeploymentIdstringnexusai_bucket_detachRemove the bucket from a deployment. S3 env vars stop being injected on next deploy.2 paramsRemove the bucket from a deployment. S3 env vars stop being injected on next deploy.
bucketIdstringdeploymentIdstringnexusai_bucket_rotate_credentialsGenerate fresh per-bucket MinIO service-account credentials, replacing the previous ones. Use to migrate legacy buckets (created with shared root creds) to scoped IAM, or to respond to a credential leak. Attached deployments must be redeployed to pick up the new S3_* env vars.1 paramsGenerate fresh per-bucket MinIO service-account credentials, replacing the previous ones. Use to migrate legacy buckets (created with shared root creds) to scoped IAM, or to respond to a credential leak. Attached deployments must be redeployed to pick up the new S3_* env vars.
bucketIdstringnexusai_bucket_files_listList objects in a bucket, optionally filtered by key prefix.3 paramsList objects in a bucket, optionally filtered by key prefix.
limitintegerprefixstringbucketIdstringnexusai_bucket_file_downloadIssue a short-lived signed URL to download a file from a bucket without an API token. The URL itself is the bearer; share with caution.3 paramsIssue a short-lived signed URL to download a file from a bucket without an API token. The URL itself is the bearer; share with caution.
keystringbucketIdstringttlSecondsintegernexusai_bucket_file_deleteDelete a single file from a bucket.2 paramsDelete a single file from a bucket.
keystringbucketIdstringnexusai_support_ticket_createSubmit a new support ticket to the NEXUS AI team. Use this when you encounter platform issues, billing questions, or need help with a deployment.4 paramsSubmit a new support ticket to the NEXUS AI team. Use this when you encounter platform issues, billing questions, or need help with a deployment.
subjectstringcategorystringgeneral · billing · technical · deployment · databaseprioritystringLOW · MEDIUM · HIGH · URGENTdescriptionstringnexusai_support_ticket_listList your organization's support tickets. Optionally filter by status.3 paramsList your organization's support tickets. Optionally filter by status.
pagenumberlimitnumberstatusstringOPEN · IN_PROGRESS · RESOLVED · CLOSEDnexusai_support_ticket_getGet the full details and message thread for a support ticket.1 paramsGet the full details and message thread for a support ticket.
ticketIdstringnexusai_support_ticket_replyAdd a reply message to an existing support ticket.2 paramsAdd a reply message to an existing support ticket.
messagestringticketIdstringFull-stack application platform. Deploy full-stack apps from a prompt, a repo, or a CLI. Your AI agent runs the rest.
NEXUS AI is an Full-stack application platform that deploys full-stack containerized applications (app code, Postgres, MySQL, Mongo, Redis, S3-compatible buckets, persistent volumes, background workers, encrypted backups) in about 5 minutes. Every platform action is callable as a Model Context Protocol (MCP) tool, so Claude, Cursor, Codex, or any MCP-compatible agent can deploy, scale, back up, restore, query the database, and roll back without leaving the chat or IDE.
The problem it solves. AI tools like Claude Code, Cursor, v0, Bolt, Lovable, and Replit can generate working application code in minutes. Getting that code into production still requires the rest of a real stack: a database, a queue, storage, secrets, scaling, health checks, backups, rollbacks. NEXUS AI is the deploy layer that closes that gap and exposes every operation to the agent that wrote the code.
In one sentence. Describe what you want to build, ship to a public HTTPS URL with Postgres + Redis + S3 in 5 minutes, then let your AI agent operate the stack on your behalf.
Three equivalent ways to deploy the same app. Pick one or use all three.
PROMPT
Tell Claude in chat: "Deploy this repo with Postgres, Redis,
and a bucket called user-uploads."
→ The agent calls nexusai_deploy_source + nexusai_bucket_create
+ nexusai_bucket_attach + nexusai_deploy_redeploy.
→ Live URL in ~5 minutes.
REPO
nexus deploy source \
--repo https://github.com/you/my-app.git \
--framework python \
--services postgresql,redis \
--bucket user-uploads --wait
DASHBOARD
Click through the same operations at https://nexusai.run/app.
Same engine, same result.
After deploy, the agent (or you) operates the running stack: stream logs, scale replicas, snapshot the database, restore from backup, run a sandboxed SQL query, apply an AI-proposed schema fix, roll back to a previous release. Every action is an MCP tool, a CLI command, and a dashboard button.
Postgres, MySQL, Mongo, Redis, S3-compatible buckets, persistent volumes, background workers, and your app code. Wired together by one nexus deploy and live at a public HTTPS URL in 5 minutes. Framework detection covers FastAPI, Flask, Django, Express, Next.js, Rails, Laravel, Symfony, PHP, Ruby, Go, Java, and any container.
59 MCP tools cover the full lifecycle. Connect the NEXUS AI MCP server (https://api.zollo.live/mcp) to Claude Desktop, Claude Code, Cursor, Codex, or any MCP client. The same agent that generated the code can deploy, scale, back up, restore, query the database, and roll back. Listed on the official MCP Registry at io.github.nexusrun/nexus-ai.
Org-scoped volumes that survive container restarts, redeploys, and host reboots. Multi-attach S3-compatible buckets backed by MinIO, each with its own scoped IAM service account (not platform-wide root credentials). Per-bucket credential rotation, signed download URLs (30 seconds to 1 hour TTL), streaming uploads.
Connect external Postgres, MySQL, or Mongo databases. Inspect schemas (cached for 5 minutes). Preview queries with EXPLAIN + safety analysis. Execute sandboxed SELECT statements with statement timeouts and row caps. Apply AI-proposed DDL fixes generated from runtime error logs (with review and audit).
Scheduled or on-demand backups for Postgres (pg_dump), MySQL (mysqldump), Mongo (mongodump), and Redis (BGSAVE). Encrypted at rest. Download via short-lived signed URLs (TTL 30s to 1h) or restore directly. Cross-deployment restore (seed staging from production) supported.
Soft stop preserves containers, networks, volumes, and the port reservation so the next start brings everything back. Boot reconciliation restarts deployments the host reboot did not bring back. Versioned rollback in seconds. Replica count preserved across restart.
Dashboard, CLI (nexus deploy), or MCP tool call from your agent. Same engine, same result. Switch between them in the same project without anything getting out of sync.
Full-stack deploys run on the NEXUS AI managed Container platform with org-level isolation. Single-container apps can also target AWS App Runner, Google Cloud Run, or Azure Container Apps from the same dashboard, CLI, or MCP call.
Streaming build and runtime logs over WebSocket. Health checks with configurable endpoints. Tail logs directly from your agent (nexusai_deploy_logs) to triage failures without leaving chat.
AES-256-GCM encryption. Injected at container start, never written to images, never returned over the API, never appear in logs. Scoped per organization and environment with full audit trail on every read, write, and deletion.
Org-level roles (Owner, Admin, Developer). Per-org isolated runtime, networks, volumes, and S3 buckets. SAML / OIDC SSO available on Enterprise. Independently scoped and revocable API tokens with 23 fine-grained OAuth scopes (deployments:read, db:admin, volumes:manage, buckets:manage, etc.) plus four legacy broad scopes preserved for backward compatibility.
Tenant isolation, encrypted secrets, encrypted backups, scoped per-bucket IAM, full audit logs, customer-owned cloud deployments for Enterprise, BAA available for Healthcare Pro and Enterprise.
| Provider | Type | Plans |
|---|---|---|
| NEXUS AI managed Container platform | Full-stack (app + DB + storage + workers) | All plans |
| AWS App Runner | Single-container | Pro, Healthcare Pro, Enterprise |
| Google Cloud Run | Single-container | Starter+, all plans |
| Azure Container Apps | Single-container | Pro, Healthcare Pro, Enterprise |
| Self-hosted / on-prem | Customer-owned Docker hosts | Enterprise |
Full-stack deploys (app + databases + storage + workers + backups) run on the NEXUS AI managed Container platform. The cloud-provider targets are for single-container apps that do not need the full managed stack.
| Registry | URL |
|---|---|
| Official MCP Registry | io.github.nexusrun/nexus-ai |
| mcp.so | mcp.so/server/nexusrun |
| Smithery | smithery.ai/server/saif-elyzal/NEXUSRUN |
Install in any MCP client by searching "NEXUS AI" in the client's MCP marketplace, or via the registry URL above.
| Plan | Price | Best For |
|---|---|---|
| Starter | $29/month | Individual developers, early experiments |
| Pro | $149/month | Startups, SaaS teams, multi-cloud workloads |
| Healthcare Starter | $149/month | Regulated healthcare, HIPAA-aligned |
| Healthcare Pro | $299/month | Full audit logs, RBAC, compliance controls |
| Enterprise | Custom | On-prem, private runtime, SSO, dedicated SLA |
View full pricing · Healthcare pricing
| Capability | NEXUS AI | Vercel | Render | Railway | Fly.io |
|---|---|---|---|---|---|
| Full-stack in one command (DB + Redis + storage + workers + code) | ✅ | partial | ✅ | ✅ | ✅ |
| Native MCP tools for AI agents (50+) | ✅ | — | — | — | — |
| AI-powered DB schema fixes from runtime logs | ✅ | — | — | — | — |
| Per-bucket IAM out of the box | ✅ | — | — | — | partial |
| Encrypted DB backups with signed download URLs | ✅ | — | ✅ | ✅ | partial |
| Single CLI command for full stack | ✅ | — | partial | partial | ✅ |
| Built for agent-driven workflows | ✅ | — | — | — | — |
| Multi-cloud single-container target | ✅ | — | — | — | — |
| Customer-owned cloud accounts (BYOC) | ✅ (Enterprise) | — | — | — | — |
| Production rollback | ✅ (one-click) | — | partial | partial | partial |
| AES-256-GCM secrets vault | ✅ | basic | basic | basic | basic |
| Real-time WebSocket logs | ✅ | basic | basic | basic | basic |
| HIPAA-aligned | ✅ | — | — | — | — |
Ship apps generated by Claude Code, Cursor, v0, Bolt, Lovable, or Replit with a real database, real storage, and a real public URL in 5 minutes. Let the same agent that wrote the code operate the deploy.
Expose your platform actions as MCP tools so end-user agents can deploy, operate, and scale on your customers' behalf.
Launch new ideas without spending a week on infrastructure. Stand up new apps with Postgres, Redis, and storage from one command.
Give every internal team a self-service deploy path with audit logs, RBAC, and rollback baked in. No tickets, no glue scripts.
Deploy into customer-owned cloud infrastructure with HIPAA-aligned controls, full audit trails, tenant isolation, and BAA support.
# macOS
curl -fsSL https://nexusai.run/install-mac.sh | bash
# Linux
curl -fsSL https://nexusai.run/install.sh | bash
Authenticate:
nexus auth login
nexus auth status
nexus deploy source \
--repo https://github.com/you/my-app.git \
--name my-app \
--provider docker \
--framework python \
--services postgresql,redis \
--start-command "uvicorn app:app --host 0.0.0.0 --port 8000" \
--wait
NEXUS AI builds the container, provisions Postgres + Redis with persistent volumes, opens a public HTTPS URL through Traefik, and starts streaming logs.
nexus bucket create user-uploads
nexus bucket attach <bucket-id> <deployment-id>
nexus deploy redeploy <deployment-id> --wait
Your app receives S3_ENDPOINT, S3_BUCKET, S3_ACCESS_KEY, S3_SECRET_KEY as environment variables. Use any S3 SDK against the scoped per-bucket service account.
Connect the NEXUS AI MCP server to Claude Desktop, Claude Code, Cursor, or Codex (https://api.zollo.live/mcp). The agent can then run commands like:
"Take a Postgres backup of my-app, run the migration, and roll back if anything fails."
The agent calls nexusai_db_services_list, nexusai_db_backup, then conditionally nexusai_db_restore and nexusai_deploy_rollback, all without you opening a terminal.
Full documentation · MCP Server Reference
NEXUS AI exposes a REST API and a full MCP server with 59 tools across 9 categories:
| Category | Tools | Example |
|---|---|---|
| Identity and discovery | 4 | nexusai_whoami, nexusai_projects_list |
| Deployments | 14 | nexusai_deploy_create, nexusai_deploy_source, nexusai_deploy_scale, nexusai_deploy_rollback |
| Secrets | 4 | nexusai_secrets_create, nexusai_secrets_list |
| Custom domains | 4 | nexusai_domains_add, nexusai_domains_verify |
| External database sources / DB intelligence | 8 | nexusai_db_inspect_schema, nexusai_db_query_execute, nexusai_db_propose_fix |
| Database backups | 7 | nexusai_db_backup, nexusai_db_restore, nexusai_db_backup_download |
| Persistent storage volumes | 5 | nexusai_volume_create, nexusai_volume_attach |
| S3-compatible buckets | 9 | nexusai_bucket_create, nexusai_bucket_attach, nexusai_bucket_rotate_credentials, nexusai_bucket_file_download |
| Support tickets | 4 | nexusai_support_ticket_create, nexusai_support_ticket_reply |
OAuth scopes. 23 scopes total: 4 legacy broad scopes (deployments:{read,logs,create,delete}) kept for backward compatibility, plus 18 fine-grained scopes (secrets:{read,manage,delete}, domains:{read,manage,delete}, db:{read,query,admin,source:delete}, volumes:{read,manage,delete}, buckets:{read,manage,delete}, support:{read,write}). Old tokens continue to satisfy fine-grained checks via SCOPE_SUPERSETS.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"nexus-ai": {
"url": "https://api.zollo.live/mcp",
"headers": { "Authorization": "Bearer <your-nexus-token>" }
}
}
}
claude mcp add nexus-ai \
--url https://api.zollo.live/mcp \
--header "Authorization: Bearer <your-nexus-token>"
Cursor Settings, MCP, Add server with the same URL and Bearer token.
Generate tokens at nexusai.run/app/tokens. Full MCP reference at nexusai.run/docs#mcp-overview.
NEXUS AI is built to keep stateful apps alive across host reboots, backend restarts, and manual stop/start cycles. The reliability layer:
Deep dive: How NEXUS AI keeps your Postgres alive across host reboots.
nexusai_bucket_rotate_credentials.NEXUS AI provides HIPAA-aligned technical safeguards for regulated healthcare environments:
Shared responsibility. NEXUS AI provides HIPAA-aligned infrastructure controls and is designed to support customer HIPAA compliance programs. Customers retain responsibility for their overall compliance posture, application logic, data classification, internal policies, and HIPAA program governance.
What is NEXUS AI? NEXUS AI is an MCP-native application platform that deploys full-stack containerized applications (Postgres, MySQL, Mongo, Redis, S3 buckets, persistent volumes, workers, encrypted backups) in 5 minutes. Every platform action is callable as an MCP tool, so Claude, Cursor, Codex, and any MCP-compatible agent can deploy, scale, back up, restore, query the database, and roll back without leaving the chat.
Where can I install the NEXUS AI MCP server?
The official MCP Registry lists it at io.github.nexusrun/nexus-ai. Also indexed at mcp.so and Smithery. Direct endpoint: https://api.zollo.live/mcp.
Which AI tools generate apps that NEXUS AI deploys?
NEXUS AI deploys from any Git repository. Apps generated by Claude Code, Cursor, v0, Bolt, Lovable, Replit, Windsurf, or any other tool work the same way: push the result to GitHub and run nexus deploy source --repo <url>.
Where do full-stack deploys actually run? Full-stack deploys (app + databases + storage + workers) run on the NEXUS AI managed Container platform with org-level isolation. Single-container deploys can also target AWS App Runner, Google Cloud Run, or Azure Container Apps.
Does NEXUS AI require a DevOps team? No. NEXUS AI is designed so individual developers and small teams can deploy production-grade containerized applications without dedicated DevOps expertise. The platform handles container builds, deployment orchestration, secrets management, health checks, observability, and the database / storage / backup layer.
Can I deploy from a GitHub repository? Yes. NEXUS AI supports deployments from GitHub repositories, container images, local source code, or AI-generated code through the same unified workflow.
Is NEXUS AI HIPAA compliant? NEXUS AI provides HIPAA-aligned technical safeguards including tenant isolation, AES-256-GCM encrypted secrets, encrypted backups, scoped per-bucket IAM, full audit logs, and customer-owned cloud deployments. BAAs are available for Enterprise and Healthcare Pro plans.
Can I use my own cloud account? Yes. Enterprise customers can deploy NEXUS AI entirely within their own AWS, Google Cloud, Azure, or on-premises infrastructure with no data leaving their environment.
How does rollback work?
Every deployment is versioned and immutable. You can restore any previous version with a single click from the deployment dashboard, the CLI (nexus deploy rollback), or an MCP call (nexusai_deploy_rollback). No manual re-deployment or downtime required.
What happens to my secrets? Secrets are encrypted with AES-256-GCM and injected at container runtime only. They are never stored in plaintext, never appear in container images, and never appear in build or runtime logs. A full access audit trail is maintained.
What happens to my data if the host reboots? Persistent volumes survive container restarts and host reboots. Boot reconciliation restarts any deployments the reboot did not bring back. Postgres / MySQL / Mongo crash recovery happens via their own journaling on next start. Full deep dive: How NEXUS AI keeps your Postgres alive across host reboots.
How is NEXUS AI different from Vercel, Render, Railway, or Fly.io? NEXUS AI is the only platform that combines (1) full-stack deploys in one command, (2) 59 MCP tools for AI agents to operate the platform end-to-end, (3) AI-powered database schema fixes from runtime logs, (4) per-bucket IAM out of the box, (5) HIPAA-aligned controls with customer-owned cloud deployments. See the comparison table above.
Recent engineering and product posts:
| Website | nexusai.run |
| Documentation | nexusai.run/docs |
| MCP Reference | nexusai.run/docs#mcp-overview |
| Pricing | nexusai.run/pricing |
| Healthcare Pricing | nexusai.run/pricing/healthcare |
| HIPAA and Compliance | nexusai.run/hipaa-compliance |
| Security | nexusai.run/security |
| Blog | nexusai.run/blog |
| About | nexusai.run/about |
| Contact / Sales | nexusai.run/contact |
| Official MCP Registry | registry.modelcontextprotocol.io |
| mcp.so listing | mcp.so/server/nexusrun |
| Smithery listing | smithery.ai/server/saif-elyzal/NEXUSRUN |
© 2026 NEXUS AI, Inc. Built for engineers who ship.
© 2026 NEXUS AI, Inc. — Built for engineers who ship.
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured