NEXUS AI MCP Server

Deploy full-stack apps (Postgres, Redis, S3, workers, backups) from Claude or curl. 59 MCP tools

Remote serverstreamable-httpPython

What is the NEXUS AI MCP server?

Connect NEXUS AI to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Deploy full-stack apps (Postgres, Redis, S3, workers, backups) from Claude or curl. 59 MCP tools. The nexus ai mcp server is what makes that connection.

What the server does

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.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Category — Tools
  • Deployments — 14
  • Secrets — 4

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Credentials and setup notes

Configuration is passed through the environment: S3_ACCESS_KEY, S3_SECRET_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

This sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. NEXUS AI's toolset — Category, Deployments, Secrets — is a fair guide to whether it matches your workflow.

This entry was verified against NEXUS AI's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
CategoryTools
Deployments14
Secrets4

How to install the NEXUS AI MCP server

{
  "mcpServers": {
    "nexus-ai": {
      "url": "https://api.zollo.live/mcp",
      "headers": { "Authorization": "Bearer <your-nexus-token>" }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
S3_ACCESS_KEYCredential the server authenticates with.Yes
S3_SECRET_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use NEXUS AI to Category.
  • Use NEXUS AI to Deployments.
  • Use NEXUS AI to Secrets.

Frequently asked questions

It connects NEXUS AI to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Category, Deployments, Secrets) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with NEXUS AI directly.