17 days ago
The NEXUS AI MCP server exposes the full deployment platform as Model Context Protocol tools. Connect it to Claude Desktop, Claude Code, Cursor, Codex CLI, or any MCP-compatible client and your AI agent can deploy applications, attach databases and storage, run backups, restore data, query schemas, and roll back releases on your behalf.
**Endpoint:** `https://nexusai.run/mcp`
**Transport:** HTTPS with Bearer-token authentication
**Tools:** 59 tools across 9 categories
**Audit:** every action is recorded with actor identity and timestamp
This document is the canonical reference for every tool the server exposes. For tutorials and recipes see the blog posts under [/blog/category/ai-deployments](https://nexusai.run/blog).
Server Config
{
"mcpServers": {
"nexus-ai": {
"url": "https://api.zollo.livemcp",
"headers": {
"Authorization": "Bearer <your-nexus-token>"
}
}
}
}