thedeployer
Allows deploying applications into a DigitalOcean account with HTTPS, health checks, and monitoring.
Allows deploying applications into a Google Cloud account with HTTPS, health checks, and monitoring.
Allows migrating applications off Heroku to your own cloud, keeping the old app as rollback.
Allows migrating applications off Railway to your own cloud, keeping the old app as rollback.
Allows migrating applications off Render to your own cloud, keeping the old app as rollback.
Allows migrating applications off Vercel to your own cloud, keeping the old app as rollback.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@thedeployerCheck if my repository is ready to deploy"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
The Deployer for AI coding tools
Skills, a Claude Code plugin, a Cursor plugin and an MCP server that let your coding agent:
check whether a repository will deploy, and fix what's missing
deploy it into your own AWS, Google Cloud, Azure or DigitalOcean account, with HTTPS, health checks and monitoring
move an app off Heroku, Railway, Render or Vercel, with the old app kept as the rollback
Your cloud provider bills you directly, and your first app is free.
Skills
Skill | Use it when |
| "Will this deploy?", "Is this production ready?", or before going live |
| "Deploy this", "Host this in my own AWS or DigitalOcean" |
| The repository has a Procfile, app.json, render.yaml, railway.json or railway.toml, or you're leaving a platform |
Related MCP server: Neptune MCP Server
Install
Any agent the skills CLI supports (Claude Code, Cursor, Codex, GitHub Copilot, Gemini, Cline, Windsurf and more):
npx skills add Avinash147-1193/thedeployer-pluginsClaude Code plugin (skills plus the MCP server):
claude plugin marketplace add Avinash147-1193/thedeployer-plugins
claude plugin install thedeployer@thedeployerCursor: install The Deployer from the Cursor marketplace. To try it locally first, copy this folder to
~/.cursor/plugins/local/thedeployer and restart Cursor.
Gemini CLI:
gemini extensions install https://github.com/Avinash147-1193/thedeployer-pluginsThe MCP server
check_repo works without a key.
For plan_deploy, status, logs, redeploy and request_done_for_you:
Create an API key on your Profile page in The Deployer.
Set it as
THEDEPLOYER_API_KEYin your environment. Never put the key in a file you commit.
A key can't read your cloud credentials or billing.
Privacy
For a local repository, thedeploy-check sends a git archive of the committed files to The Deployer's check service:
Who can see it: only that run.
How long it's kept: the archive is deleted when the check finishes, and the report after seven days.
What it never sends: uncommitted changes, ignored files or git history.
For a public repository, only its address is sent.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent
Deploy full-stack apps (Postgres, Redis, S3, workers, backups) from Claude or curl. 59 MCP tools.
Your AI Agent's Infrastructure Layer. Connect Claude, Copilot, Codex, or ChatGPT to 200+ managed open source services. Start databases, pipelines, and applications through natural language.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to deploy and manage applications on Coolify through structured tools, supporting project management, app lifecycle control, pre-configured templates, and deployment monitoring with built-in safety guardrails.164 npm3MIT
- AlicenseBqualityCmaintenanceEnables AI agents to deploy applications to AWS with DevOps capabilities by automatically inferring infrastructure needs from code and generating inspectable Infrastructure as Code specifications.1515Apache 2.0
- FlicenseNot gradedqualityDmaintenanceDeploy, manage, and scale applications directly from your AI assistant.6-
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to deploy code to any hosting provider by creating PRs, building, and verifying health checks, all from a single natural language command.1MIT