DEV Community

Saif Ali
Saif Ali

Posted on • Originally published at nexusai.run on

Getting Started: NEXUS AI Connector on Claude

Getting Started: NEXUS AI Connector on Claude

Your entire deployment platform, accessible through a single conversation.


Headline Options

  1. Getting Started: NEXUS AI Connector on Claude
  2. Control NEXUS AI With Claude — No Dashboard Required
  3. Meet the NEXUS AI Connector: Deploy, Monitor, and Manage With Just a Prompt

What if you could deploy an app, check its health, spin up a database, and rotate a secret — all without leaving your AI assistant? No tab-switching, no dashboard hunting, no copy-pasting deployment IDs.

That's exactly what the NEXUS AI Connector for Claude makes possible. It connects your NEXUS AI account directly to Claude, giving you full control of your infrastructure through natural language. This guide walks you through getting set up and making your first prompt-driven deployment in under ten minutes.


What Is the NEXUS AI Connector?

The NEXUS AI Connector is an MCP (Model Context Protocol) integration that exposes your NEXUS AI platform — deployments, databases, secrets, domains, and more — as tools Claude can use on your behalf.

Once connected, Claude isn't just answering questions about your infrastructure. It's actually interacting with it: listing your running deployments, reading logs, scaling services, and executing the same operations you'd normally do through the dashboard or CLI.

Think of it as a natural language interface sitting on top of everything NEXUS AI can do.


What You Can Do With It

Here's a quick taste of what you can ask Claude once the connector is set up:

  • "List all my running deployments"
  • "Deploy the latest build of my API service to staging"
  • "Show me the last 50 runtime logs for the payments service"
  • "Create a new secret called DATABASE_URL for the production environment"
  • "Add a custom domain to my frontend deployment"
  • "Scale my backend service to 3 replicas"
  • "What's the health status of my production deployments?"

No syntax to memorize. No CLI to install. Just describe what you need.


Getting Started in 3 Steps

Step 1: Connect Your NEXUS AI Account

Open Claude and navigate to Settings → Connectors. Find the NEXUS AI Connector in the list and click Connect. You'll be prompted to authenticate with your NEXUS AI credentials — this uses a secure OAuth flow, so your credentials are never stored in the conversation.

Once authenticated, Claude will confirm that your account is linked and show you a summary of the resources it can access.

Tip: If you're on a Team or Enterprise plan, check with your org admin to make sure the NEXUS AI Connector is enabled in your workspace settings.


Step 2: Verify the Connection

Ask Claude something simple to confirm everything is working:

"What deployments do I have running right now?"

Claude will call the NEXUS AI API and return a list of your active deployments — names, statuses, providers, and environments. If you see your infrastructure listed back at you, you're good to go.

If Claude says it can't find any deployments, double-check that you connected the right NEXUS AI account and that your deployments are in a running or deploying state.


Step 3: Try Your First Prompt-Driven Action

Now for the fun part. Try a real operation:

"Deploy nginx:latest to port 80 in my development environment."

Claude will use the NEXUS AI Connector to kick off the deployment, then confirm what it's doing before executing. Once it's underway, you can follow up:

"What's the status of that deployment?"
"Show me the build logs."
"Is it healthy yet?"

Claude handles the back-and-forth with the API so you can stay in the conversation flow instead of jumping to the dashboard.


A Few Things Worth Knowing

Actions that modify your infrastructure require confirmation. Before Claude executes anything that changes state — deploys, scales, deletes, or modifies secrets — it will summarize what it's about to do and ask you to confirm. This is intentional. You stay in control.

Sensitive values are protected. When you ask Claude to create or update secrets, it will execute the operation but will never display secret values in the conversation. What goes into NEXUS AI stays in NEXUS AI.

Your logs and metrics are available inline. Ask Claude to pull logs mid-conversation and it will surface them directly — no need to open a separate terminal or dashboard tab. You can filter by log type, limit line counts, or ask Claude to highlight errors for you.

Everything is auditable. Every operation Claude performs via the connector maps to a real NEXUS AI API call. Your audit trail in NEXUS AI reflects all activity, whether it was initiated through the dashboard, CLI, or Claude.


What's Possible When You Put It Together

Once you're comfortable with the basics, the connector really shines in more complex workflows:

  • Debug faster: Ask Claude to pull logs, identify errors, propose a fix, and redeploy — all in a single conversation thread
  • Incident response: In a live incident, describe the symptoms and ask Claude to check deployment health, pull recent logs, and execute a rollback if needed
  • Onboarding: New engineers can interact with production-adjacent environments without needing to learn every CLI tool in your stack
  • Routine ops: Automate repetitive deployment checks or environment refreshes by describing what you need rather than scripting it

Ready to Try It?

The NEXUS AI Connector is available now. Head to your Claude settings, connect your account, and start your first session. The full list of supported operations — deployments, databases, secrets, domains, logs, health checks, and more — is documented in our connector reference docs.

If you run into anything unexpected, drop a message in our community Discord or open a support ticket directly from your NEXUS AI dashboard.

Your infrastructure is one prompt away. 🚀

Author: [Saif Ali]
Published: [4/20/2026]
Tags: NEXUS AI, Claude, MCP, connector, deployments, developer tools, getting started, AI infrastructure

Top comments (0)