MCP

Drive Nodion from your coding agent.

Nodion hosts a remote Model Context Protocolserver. Your agent uses the same account you use in the dashboard: create a project, deploy an app, set env vars, read logs, without a local daemon.

Authenticate

Create a personal API key under Account → Security. Pick the scopes the agent should have, optionally restrict it to specific projects, and copy the token. It is shown once. Paste it into your client as a Bearer token.

Any other client

Windsurf, Zed, VS Code Copilot, and custom agents can use the same URL. A typical config:

json{
  "mcpServers": {
    "nodion": {
      "url": "https://mcp.nodion.net",
      "headers": {
        "Authorization": "Bearer nodion_…"
      }
    }
  }
}

What the agent can do

Once connected, ask in plain language. Typical work: create a project, deploy an app from the current repo, attach a database, set environment variables, read logs, and check that a release is live. Write actions ask you to confirm before they run.

No account yet? Install the server, then ask the agent to deploy. It can start signup; you confirm the email and set a password. New accounts can claim 15 € starting credit, no card required.