MCP connects your AI directly to JustDeploy, so you do not need to copy and paste a guide each time. Once connected, your AI can create projects, put apps online, read logs, query databases, and handle other common JustDeploy tasks from the chat you already use.
Add this URL to your AI tool:
https://mcp.justdeploy.aiWhen you add it, your browser opens a JustDeploy sign-in. Sign in with Google or email and approve the connection, with no keys to paste. One connection covers all your organizations; your AI asks which one to use when you deploy. In Account settings you can see when and from which IP each connection was last used, or disconnect it immediately.
JustDeploy is published in the official MCP Registry, so AI clients and connector directories that read it can add JustDeploy without pasting a URL. Look for:
ai.justdeploy/mcpSearch for it in your client's connector directory, or find it at registry.modelcontextprotocol.io. If your client doesn't support registry discovery yet, just use the server URL above. Both connect to the same place.
The simplest way to set this up is to ask your AI to do it. It can run the commands and edit its own settings, so you do not have to open a terminal or find a config file. Paste one of these and let it work.
Signing in still happens in your browser, and that part is yours: a JustDeploy page opens, you sign in, and you approve the connection. Your AI cannot do that step for you.
If you would rather do it by hand, here is what each tool needs. Modern clients connect natively over remote MCP: register the one URL above and they handle the OAuth sign-in for you, with no keys and no manual client ID.
Add this to ~/.codex/config.toml. Codex opens a browser to sign in the first time it starts the server.
[mcp_servers.justdeploy]
url = "https://mcp.justdeploy.ai"
auth = "oauth"
startup_timeout_sec = 120.0Add the server from your terminal, then run /mcp inside Claude Code and pick JustDeploy to sign in. Add -s user to make it available in every project.
claude mcp add --transport http justdeploy https://mcp.justdeploy.aiAdd this to ~/.gemini/config/mcp_config.json for all projects, or .agents/mcp_config.json for one workspace. Return to Settings → Customizations and refresh the MCP server list, then authenticate JustDeploy.
{
"mcpServers": {
"justdeploy": {
"serverUrl": "https://mcp.justdeploy.ai"
}
}
}Open Settings → Connectors, click "Add custom connector," paste the server URL above, and click Add. A browser window opens for you to sign in.
Using a tool not listed above, or want the full options? Open your tool's official MCP docs:
Signing in is not the same as being connected. Confirm it actually worked:
If the sign-in page keeps reopening, with your client asking you to connect again and again, the client could not store its token. Set it up with the native remote MCP + OAuth method for your tool shown above.
JustDeploy MCP gives your AI tools for common tasks across all your organizations: