CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

NEXUS AI

nexusrun/nexusai
159 toolsHTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

59 tools
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 params

Lists projects available in the current tenant.

Parameters* required
limitinteger
Maximum number of projects to return. Default 25.
nexusai_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 params

Lists deployments available to the authenticated tenant.

Parameters* required
limitinteger
Maximum rows to return. Default 20.
offsetinteger
Pagination offset. Default 0.
statusstring
Optional status filter (queued|deploying|running|failed|terminated).
providerstring
Optional provider filter (docker|gcp_cloud_run|aws_ecs_fargate|azure_container_apps).
nexusai_deploy_statusReturns status details for a deployment.1 params

Returns status details for a deployment.

Parameters* required
deploymentIdstring
Deployment UUID.
nexusai_deploy_logsReturns recent log lines for a deployment.3 params

Returns recent log lines for a deployment.

Parameters* required
typestring
Log type: "build" or "runtime". Default "runtime".
limitinteger
Max lines to return. Default 100.
deploymentIdstring
Deployment UUID.
nexusai_deploy_createCreate a deployment from a container image using the GPT deployment flow.11 params

Create a deployment from a container image using the GPT deployment flow.

Parameters* required
namestring
portinteger
imagestring
Container image (example: nginx:latest).
regionstring
envVarsobject
providerstring
docker|gcp_cloud_run|aws_ecs_fargate|azure_container_apps
requestIdstring
Optional idempotency key.
environmentstring
Deployment environment. Defaults to DEVELOPMENT.one of DEVELOPMENT · STAGING · PRODUCTION
startCommandstring
Optional command to override the image default CMD (e.g. "node server.js").
autoDestroyHoursnumber
healthCheckEnabledboolean
Set to false to disable health checks. Defaults to true.
nexusai_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 params

Deploy 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.

Parameters* required
namestring
Deployment name. Defaults to "openclaw-gateway".
providerstring
docker|gcp_cloud_run|aws_ecs_fargate|azure_container_apps
environmentstring
Deployment environment. Defaults to DEVELOPMENT.one of DEVELOPMENT · STAGING · PRODUCTION
claudeApiKeystring
Claude AI session key (CLAUDE_AI_SESSION_KEY).
gatewayTokenstring
OpenClaw gateway authentication token. Auto-generated if not provided.
claudeWebCookiestring
Claude web cookie (CLAUDE_WEB_COOKIE).
claudeWebSessionKeystring
Claude web session key (CLAUDE_WEB_SESSION_KEY).
nexusai_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 params

Deploy 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.

Parameters* required
namestring
Deployment name. Defaults to "flixty".
baseUrlstring
Public URL of the deployment (e.g. https://flixty.example.com). Used to build OAuth redirect URIs. Set after first deploy if not known yet.
fbAppIdstring
Facebook App ID (also enables Instagram).
providerstring
docker|gcp_cloud_run|aws_ecs_fargate|azure_container_apps
xClientIdstring
X/Twitter OAuth 2.0 Client ID.
environmentstring
Deployment environment. Defaults to PRODUCTION.one of DEVELOPMENT · STAGING · PRODUCTION
fbAppSecretstring
Facebook App Secret.
sessionSecretstring
Express session secret. Auto-generated (64-char hex) if not provided.
xClientSecretstring
X/Twitter OAuth 2.0 Client Secret.
googleClientIdstring
Google Client ID (YouTube + Google Sign-In).
anthropicApiKeystring
Anthropic API key to enable AI Assist (claude-sonnet-4-6). Optional.
tiktokClientKeystring
TikTok Client Key.
linkedinClientIdstring
LinkedIn OAuth Client ID.
googleClientSecretstring
Google Client Secret.
tiktokClientSecretstring
TikTok Client Secret.
linkedinClientSecretstring
LinkedIn OAuth Client Secret.
nexusai_deploy_sourceCreate a repo-based source deployment using the GPT deployment flow.17 params

Create a repo-based source deployment using the GPT deployment flow.

Parameters* required
namestring
regionstring
envVarsobject
repoUrlstring
Git repository URL.
providerstring
docker|gcp_cloud_run|aws_ecs_fargate|azure_container_apps
frameworkstring
outputDirstring
requestIdstring
dockerfilestring
repoBranchstring
environmentstring
Deployment environment. Defaults to DEVELOPMENT.one of DEVELOPMENT · STAGING · PRODUCTION
buildCommandstring
startCommandstring
installCommandstring
repoSecretNamestring
Optional secret name containing private repo token.
autoDestroyHoursnumber
healthCheckEnabledboolean
Set to false to disable health checks. Defaults to true.
nexusai_deploy_redeployCreate a new deployment using a previous deployment configuration with optional overrides.2 params

Create a new deployment using a previous deployment configuration with optional overrides.

Parameters* required
overridesobject
deploymentIdstring
nexusai_deploy_rollbackRollback by redeploying a previous deployment revision in the same project.2 params

Rollback by redeploying a previous deployment revision in the same project.

Parameters* required
deploymentIdstring
Current deployment UUID.
targetDeploymentIdstring
Optional explicit rollback target deployment UUID.
nexusai_deploy_stopStop a running deployment without deleting it.1 params

Stop a running deployment without deleting it.

Parameters* required
deploymentIdstring
Deployment UUID.
nexusai_deploy_startStart a stopped deployment.1 params

Start a stopped deployment.

Parameters* required
deploymentIdstring
Deployment UUID.
nexusai_deploy_deletePermanently delete a deployment and free its resources.1 params

Permanently delete a deployment and free its resources.

Parameters* required
deploymentIdstring
Deployment UUID.
nexusai_deploy_scaleScale a running deployment to the specified number of replicas (1-10).2 params

Scale a running deployment to the specified number of replicas (1-10).

Parameters* required
replicasinteger
Number of replicas.
deploymentIdstring
Deployment UUID.
nexusai_deploy_healthReturns health check status and recent health logs for a deployment.1 params

Returns health check status and recent health logs for a deployment.

Parameters* required
deploymentIdstring
Deployment UUID.
nexusai_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 params

Create a new secret for the organization.

Parameters* required
namestring
Secret name/key (e.g. API_KEY).
valuestring
Secret value.
environmentstring
Environment (e.g. Production, Staging).
nexusai_secrets_updateUpdate an existing secret. Only provided fields are changed.4 params

Update an existing secret. Only provided fields are changed.

Parameters* required
namestring
New name.
valuestring
New value.
secretIdstring
Secret UUID.
environmentstring
New environment.
nexusai_secrets_deleteDelete a secret from the organization.1 params

Delete a secret from the organization.

Parameters* required
secretIdstring
Secret UUID.
nexusai_domains_addAdd a custom domain to a deployment.2 params

Add a custom domain to a deployment.

Parameters* required
domainstring
Custom domain name (e.g. app.example.com).
deploymentIdstring
Deployment UUID.
nexusai_domains_listList custom domains attached to a deployment.1 params

List custom domains attached to a deployment.

Parameters* required
deploymentIdstring
Deployment UUID.
nexusai_domains_verifyTrigger DNS verification for a custom domain.2 params

Trigger DNS verification for a custom domain.

Parameters* required
domainIdstring
Domain UUID.
deploymentIdstring
Deployment UUID.
nexusai_domains_removeRemove a custom domain from a deployment.2 params

Remove a custom domain from a deployment.

Parameters* required
domainIdstring
Domain UUID.
deploymentIdstring
Deployment UUID.
nexusai_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 params

Create & test a new external DB connection.

Parameters* required
hoststring
Database host.
namestring
Friendly name for this DB source.
portinteger
dbNamestring
Database name.
enginestring
one of POSTGRESQL · MYSQL
sslModestring
disable|allow|prefer|require|verify-full
passwordstring
usernamestring
nexusai_db_source_deleteRemove an external DB source.1 params

Remove an external DB source.

Parameters* required
dbSourceIdstring
DB source UUID.
nexusai_db_inspect_schemaGet normalized schema graph for a DB source.2 params

Get normalized schema graph for a DB source.

Parameters* required
refreshboolean
Force cache refresh.
dbSourceIdstring
DB source UUID.
nexusai_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 params

Dry-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.

Parameters* required
sqlstring
SQL statement to preview.
dbSourceIdstring
DB source UUID.
nexusai_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 params

Execute 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...

Parameters* required
sqlstring
SQL statement to execute.
maxRowsinteger
confirmedboolean
Must be true for DML/DDL.
dbSourceIdstring
DB source UUID.
nexusai_db_propose_fixAnalyze deployment log errors and propose DDL fix.3 params

Analyze deployment log errors and propose DDL fix.

Parameters* required
dbSourceIdstring
DB source UUID.
logSnippetstring
Log text containing database errors.
deploymentIdstring
Optional linked deployment UUID.
nexusai_db_apply_fixApply a previously proposed DDL fix (requires confirmation).2 params

Apply a previously proposed DDL fix (requires confirmation).

Parameters* required
dbSourceIdstring
DB source UUID.
proposalIdstring
Fix proposal UUID.
nexusai_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 params

List 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.

Parameters* required
deploymentIdstring
Optional. Filter to services for a single deployment.
nexusai_db_backupCreate a backup of a database service in a Docker deployment.1 params

Create a backup of a database service in a Docker deployment.

Parameters* required
serviceIdstring
DeploymentService ID to back up. Use nexusai_db_services_list to discover this.
nexusai_db_backup_listList available backups for a database service.1 params

List available backups for a database service.

Parameters* required
serviceIdstring
DeploymentService ID.
nexusai_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 params

Generate 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).

Parameters* required
backupIdstring
Backup ID to download.
serviceIdstring
DeploymentService ID.
ttlSecondsinteger
How long the URL stays valid (default 300, max 3600).
nexusai_db_restoreRestore a database service from a previously created backup.2 params

Restore a database service from a previously created backup.

Parameters* required
backupIdstring
Backup ID to restore from.
serviceIdstring
DeploymentService ID to restore into.
nexusai_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 params

Restore 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.

Parameters* required
backupIdstring
Backup ID to restore from. Backup must belong to a service in the same org.
targetServiceIdstring
DeploymentService ID to restore INTO.
nexusai_db_backup_scheduleEnable or disable daily automated backups for a database service.2 params

Enable or disable daily automated backups for a database service.

Parameters* required
enabledboolean
true to enable, false to disable.
serviceIdstring
DeploymentService ID.
nexusai_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 params

Create a new org-scoped persistent volume. Backed by a Docker named volume that survives redeploys. Volumes are single-attach.

Parameters* required
namestring
Slug-style name, 1-32 chars, lowercase letters/digits/hyphens.
displayNamestring
Optional friendly display name.
nexusai_volume_deleteDelete a volume. Must be detached first. Destroys all data on the volume.1 params

Delete a volume. Must be detached first. Destroys all data on the volume.

Parameters* required
volumeIdstring
nexusai_volume_attachAttach a volume to a deployment at a mount path. Requires redeploy of the target deployment for the mount to take effect.3 params

Attach a volume to a deployment at a mount path. Requires redeploy of the target deployment for the mount to take effect.

Parameters* required
volumeIdstring
mountPathstring
Path inside the container (default /data).
deploymentIdstring
nexusai_volume_detachDetach the volume from its current deployment. Data is preserved.1 params

Detach the volume from its current deployment. Data is preserved.

Parameters* required
volumeIdstring
nexusai_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 params

Create a new org-scoped bucket on the shared MinIO instance.

Parameters* required
namestring
Bucket slug, 3-63 lowercase chars/digits/hyphens.
regionstring
Default us-east-1.
displayNamestring
nexusai_bucket_deleteDelete a bucket. Must be detached from all deployments first. ALL objects in the bucket are deleted.1 params

Delete a bucket. Must be detached from all deployments first. ALL objects in the bucket are deleted.

Parameters* required
bucketIdstring
nexusai_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 params

Expose the bucket to a deployment via S3_* env vars (S3_ENDPOINT, S3_BUCKET, S3_ACCESS_KEY, S3_SECRET_KEY, S3_REGION). Requires redeploy.

Parameters* required
bucketIdstring
deploymentIdstring
nexusai_bucket_detachRemove the bucket from a deployment. S3 env vars stop being injected on next deploy.2 params

Remove the bucket from a deployment. S3 env vars stop being injected on next deploy.

Parameters* required
bucketIdstring
deploymentIdstring
nexusai_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 params

Generate 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.

Parameters* required
bucketIdstring
nexusai_bucket_files_listList objects in a bucket, optionally filtered by key prefix.3 params

List objects in a bucket, optionally filtered by key prefix.

Parameters* required
limitinteger
Max keys (default 1000).
prefixstring
Optional key prefix filter.
bucketIdstring
nexusai_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 params

Issue 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.

Parameters* required
keystring
Object key (file path within the bucket).
bucketIdstring
ttlSecondsinteger
URL lifetime, 30-3600s, default 300.
nexusai_bucket_file_deleteDelete a single file from a bucket.2 params

Delete a single file from a bucket.

Parameters* required
keystring
bucketIdstring
nexusai_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 params

Submit a new support ticket to the NEXUS AI team. Use this when you encounter platform issues, billing questions, or need help with a deployment.

Parameters* required
subjectstring
Short summary of the issue (e.g. "Deployment stuck in deploying state").
categorystring
Ticket category. Default: general.one of general · billing · technical · deployment · database
prioritystring
Ticket priority. Default: MEDIUM.one of LOW · MEDIUM · HIGH · URGENT
descriptionstring
Full details of the issue. Include error messages, deployment IDs, and steps to reproduce.
nexusai_support_ticket_listList your organization's support tickets. Optionally filter by status.3 params

List your organization's support tickets. Optionally filter by status.

Parameters* required
pagenumber
Page number (default 1).
limitnumber
Results per page (default 20, max 100).
statusstring
Filter by ticket status.one of OPEN · IN_PROGRESS · RESOLVED · CLOSED
nexusai_support_ticket_getGet the full details and message thread for a support ticket.1 params

Get the full details and message thread for a support ticket.

Parameters* required
ticketIdstring
Support ticket UUID.
nexusai_support_ticket_replyAdd a reply message to an existing support ticket.2 params

Add a reply message to an existing support ticket.

Parameters* required
messagestring
Your reply message.
ticketIdstring
Support ticket UUID.

NEXUS AI

Full-stack application platform. Deploy full-stack apps from a prompt, a repo, or a CLI. Your AI agent runs the rest.

Website Pricing Docs HIPAA MCP Registry LinkedIn


What is NEXUS AI?

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.


How It Works

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.


Core Features

Full-stack deploys in one command

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.

Operated by your AI agent

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.

Persistent storage with real IAM

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.

Database intelligence layer

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).

Encrypted backups, signed downloads

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.

Production-safe lifecycle

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.

Three deploy paths, one engine

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.

Multi-cloud single-container deploys

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.

Real-time observability

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.

Encrypted secrets vault

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.

Role-based access control and tenant isolation

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.

HIPAA-aligned infrastructure

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.


Supported deploy targets

ProviderTypePlans
NEXUS AI managed Container platformFull-stack (app + DB + storage + workers)All plans
AWS App RunnerSingle-containerPro, Healthcare Pro, Enterprise
Google Cloud RunSingle-containerStarter+, all plans
Azure Container AppsSingle-containerPro, Healthcare Pro, Enterprise
Self-hosted / on-premCustomer-owned Docker hostsEnterprise

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.


Where NEXUS AI is listed

RegistryURL
Official MCP Registryio.github.nexusrun/nexus-ai
mcp.somcp.so/server/nexusrun
Smitherysmithery.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.


Pricing

PlanPriceBest For
Starter$29/monthIndividual developers, early experiments
Pro$149/monthStartups, SaaS teams, multi-cloud workloads
Healthcare Starter$149/monthRegulated healthcare, HIPAA-aligned
Healthcare Pro$299/monthFull audit logs, RBAC, compliance controls
EnterpriseCustomOn-prem, private runtime, SSO, dedicated SLA

Starter at $29/month

  • Application Generation Engine
  • NEXUS AI managed Container platform (shared runtime)
  • 2 concurrent deployments
  • Public HTTPS endpoint
  • Google Cloud Run single-container deployment target
  • Community support

Pro at $149/month

  • Everything in Starter
  • Multi-cloud single-container deploys (AWS App Runner, Google Cloud Run, Azure Container Apps)
  • 5 active deployments, up to 10 concurrent containers
  • Versioned deployments + one-click rollback
  • Real-time build and runtime observability
  • Encrypted secrets vault
  • Storage volumes + buckets
  • Database backups
  • Team access with RBAC
  • Email support

Enterprise (custom)

  • Everything in Pro
  • Deploy into customer-owned AWS, Google Cloud, or Azure accounts
  • Private build and runtime isolation
  • Unlimited deployments and versions
  • Advanced audit logs (HIPAA / SOC-ready)
  • SSO (SAML / OIDC)
  • IP allowlisting and network controls
  • Air-gapped and on-premises deployment support
  • Dedicated support and SLA

View full pricing · Healthcare pricing


NEXUS AI vs alternatives

CapabilityNEXUS AIVercelRenderRailwayFly.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✅—partialpartial✅
Built for agent-driven workflows✅————
Multi-cloud single-container target✅————
Customer-owned cloud accounts (BYOC)✅ (Enterprise)————
Production rollback✅ (one-click)—partialpartialpartial
AES-256-GCM secrets vault✅basicbasicbasicbasic
Real-time WebSocket logs✅basicbasicbasicbasic
HIPAA-aligned✅————

Who Uses NEXUS AI

AI app builders

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.

Teams building agent products

Expose your platform actions as MCP tools so end-user agents can deploy, operate, and scale on your customers' behalf.

SaaS founders

Launch new ideas without spending a week on infrastructure. Stand up new apps with Postgres, Redis, and storage from one command.

Platform and DevOps teams

Give every internal team a self-service deploy path with audit logs, RBAC, and rollback baked in. No tickets, no glue scripts.

Regulated industries (Healthcare and Fintech)

Deploy into customer-owned cloud infrastructure with HIPAA-aligned controls, full audit trails, tenant isolation, and BAA support.


Quick Start

1. Install the CLI

# 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

2. Deploy a full-stack app from a Git repo

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.

3. Attach a bucket for uploads

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.

4. Operate from your agent

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


API and MCP Integration

NEXUS AI exposes a REST API and a full MCP server with 59 tools across 9 categories:

CategoryToolsExample
Identity and discovery4nexusai_whoami, nexusai_projects_list
Deployments14nexusai_deploy_create, nexusai_deploy_source, nexusai_deploy_scale, nexusai_deploy_rollback
Secrets4nexusai_secrets_create, nexusai_secrets_list
Custom domains4nexusai_domains_add, nexusai_domains_verify
External database sources / DB intelligence8nexusai_db_inspect_schema, nexusai_db_query_execute, nexusai_db_propose_fix
Database backups7nexusai_db_backup, nexusai_db_restore, nexusai_db_backup_download
Persistent storage volumes5nexusai_volume_create, nexusai_volume_attach
S3-compatible buckets9nexusai_bucket_create, nexusai_bucket_attach, nexusai_bucket_rotate_credentials, nexusai_bucket_file_download
Support tickets4nexusai_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.

Connect from Claude Desktop

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>" }
    }
  }
}

Connect from Claude Code

claude mcp add nexus-ai \
  --url https://api.zollo.live/mcp \
  --header "Authorization: Bearer <your-nexus-token>"

Connect from Cursor

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.

API Documentation


Reliability

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.


Security

  • Encryption at rest: AES-256-GCM for all secrets, bucket credentials, and sensitive configuration
  • Encryption in transit: TLS 1.2+ enforced across all endpoints
  • Tenant isolation: per-organization runtime, networks, volumes, and S3 buckets. No shared application runtime or storage between customer organizations.
  • Per-bucket IAM: every S3 bucket ships with a scoped MinIO service account, not platform-wide root credentials. Rotatable via nexusai_bucket_rotate_credentials.
  • Zero plaintext credentials: Secrets never appear in code, container images, build logs, or runtime logs
  • Audit logging: Every action (deployment, secret access, scope use, backup, restore, config change) logged with timestamp, actor identity (user or agent token name), and result
  • RBAC + scoped tokens: Role-based access at organization and deployment level, plus 23 fine-grained OAuth scopes for least-privilege automation
  • Private runtimes: Enterprise customers run fully isolated build and runtime environments
  • IP allowlisting: Network-level access controls for Enterprise deployments

Security overview


HIPAA and Compliance

NEXUS AI provides HIPAA-aligned technical safeguards for regulated healthcare environments:

  • Infrastructure isolation: Container-level isolation per deployment. No shared runtime between tenants.
  • Audit trails: Deployment history, execution logs, change tracking, agent attribution, and user activity visibility
  • Secrets management: Runtime injection only. No plaintext credentials in code, images, or logs.
  • Customer-owned cloud: Enterprise customers deploy entirely within their own AWS, Google Cloud, or Azure accounts
  • Data residency: Choose specific cloud regions for all workloads
  • BAA: Business Associate Agreements available for Enterprise and Healthcare Pro customers
  • SSO: SAML / OIDC support for Enterprise (satisfies HIPAA workforce access requirements)
  • Network controls: IP allowlisting, private networks, and air-gapped environments for Enterprise

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.

HIPAA and Compliance details


Frequently Asked Questions

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.


Reading list

Recent engineering and product posts:

  • Your AI app is generated. Now how do you deploy it?. The deploy gap for AI-generated apps and how NEXUS AI closes it.
  • MCP-driven deploys: 5 tasks your Claude agent should be running for you. Concrete operations to hand to an agent today.
  • From v0 prototype to production database in 5 minutes. Tutorial.
  • How NEXUS AI keeps your Postgres alive across host reboots. Reliability deep dive.
  • Deploy a full-stack Python app with Postgres, Redis, and workers in 5 minutes. Hands-on FastAPI tutorial.
  • Database backup and restore on NEXUS AI. Backup mechanics.

Links

Websitenexusai.run
Documentationnexusai.run/docs
MCP Referencenexusai.run/docs#mcp-overview
Pricingnexusai.run/pricing
Healthcare Pricingnexusai.run/pricing/healthcare
HIPAA and Compliancenexusai.run/hipaa-compliance
Securitynexusai.run/security
Blognexusai.run/blog
Aboutnexusai.run/about
Contact / Salesnexusai.run/contact
Official MCP Registryregistry.modelcontextprotocol.io
mcp.so listingmcp.so/server/nexusrun
Smithery listingsmithery.ai/server/saif-elyzal/NEXUSRUN

Contact

  • Support: support@nexusai.run
  • Sales: nexusai.run/contact
  • LinkedIn: linkedin.com/company/nexusai-run

© 2026 NEXUS AI, Inc. Built for engineers who ship.

  • smithery badge
  • smithery badge

© 2026 NEXUS AI, Inc. — Built for engineers who ship.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
DatabasesCloud & Infrastructure
Registryactive
TransportHTTP
UpdatedMay 18, 2026
View on GitHub

Related Databases MCP Servers

View all →
Postgres

ai.waystation/postgres

Connect to your PostgreSQL database to query data and schemas.
54
Read Only Local Postgres Mcp Server

hovecapital/read-only-local-postgres-mcp-server

MCP server for read-only PostgreSQL database queries in Claude Desktop
2
Database Mcp

cocaxcode/database-mcp

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.
1
Mcp Mysql

io.github.infoinlet-marketplace/mcp-mysql

Read-only MySQL/MariaDB for AI agents — query, list/describe tables, health. SQL-guarded.
Database Admin

io.github.cybeleri/database-admin

Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL
Postgres Secured (Aegis Zero-Trust)

io.github.yash-0620/postgres-mcp-secured

Enterprise PostgreSQL MCP secured by Aegis Zero-Trust to block unauthorized SQL injections.