Let your AI talk to JustDeploy directly. No more copying guides into chat — once you add JustDeploy as an MCP server, your AI can deploy your app, read logs, query databases, and manage everything right from where you already chat with it.
Add this URL to your AI tool:
https://mcp.justdeploy.netWhen you add it, your browser opens a JustDeploy sign-in. Sign in with Google or email and approve the connection — no keys to paste. One connection covers all your organizations; your AI asks which one to use when you deploy. You can disconnect it anytime from your account settings.
Modern AI clients connect natively over remote MCP — register the one URL above and they handle the OAuth sign-in for you (no keys, no manual client ID). Set up yours below.
Add 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.netOpen Settings → Connectors, click "Add custom connector," paste the server URL above, and click Add. A browser window opens for you to sign in.
Add this to ~/.cursor/mcp.json (all projects) or .cursor/mcp.json (one project). Cursor opens a browser to sign in the first time your AI uses it.
{
"mcpServers": {
"justdeploy": {
"url": "https://mcp.justdeploy.net"
}
}
}Add this to .vscode/mcp.json in your workspace (or run "MCP: Open User Configuration" for all workspaces). VS Code opens a browser to sign in.
{
"servers": {
"justdeploy": {
"type": "http",
"url": "https://mcp.justdeploy.net"
}
}
}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.net"
auth = "oauth"
startup_timeout_sec = 120.0Using 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 — your client asks 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 a full set of tools across all your organizations: