deployplan
Click on "Install 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., "@deployplanInspect this repo and deploy the Next.js app locally with Postgres and Redis."
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.
deployplan
Coding agents can write the app. They still dump Vercel + Supabase on a human who has never used either. That person creates two logins, hands the agent tokens, then pastes failure emails back into the chat.
deployplan is the other loop: the agent inspects the repo, asks scale and preference questions, shows how the deploy will look, and applies on one account. Open source. Not a paid product. The human does not pick vendors. When something breaks, the agent reads logs here.
What the human does
Answer who will use it, whether it can sleep, login/files/jobs, domain
Open the URL
Related MCP server: golive-mcp
What the human does not do
Pay or pick a plan
Choose Vercel, Supabase, Railway, or Neon
Create those accounts
Forward provider email to the agent
Agent install
Cursor MCP (.cursor/mcp.json):
{
"mcpServers": {
"deployplan": {
"command": "npx",
"args": ["tsx", "packages/mcp/src/index.ts"],
"cwd": "/absolute/path/to/deployplan"
}
}
}Claude Code and Codex should read AGENTS.md and skills/deploy-plan/SKILL.md. Point their MCP at the same command.
CLI
npm install
npx tsx packages/cli/src/index.ts inspect --root ./fixtures/next-postgres
npx tsx packages/cli/src/index.ts interview
npx tsx packages/cli/src/index.ts required --root ./fixtures/next-postgres --answers '{"audience":"just_me","availability":"hobby_sleep","features":["login"],"domain":"later"}'
npx tsx packages/cli/src/index.ts propose --root ./fixtures/next-postgres --answers '{"audience":"just_me","availability":"hobby_sleep","features":["login"],"domain":"later"}'
npx tsx packages/cli/src/index.ts apply --account local --root ./fixtures/next-postgres --answers '{"audience":"just_me","availability":"hobby_sleep","features":["login"],"domain":"later"}'apply writes compose and starts Docker when it is installed: Postgres, Redis, MinIO, NATS, Mailpit, nginx for a static index.html, or an app with a Dockerfile. Connection strings stay on this account. The agent reads logs here.
HTTP API for agents that do not speak MCP: npm run api then POST http://127.0.0.1:8786/v1/apply.
Repo
Path | Role |
| services, interview, what is required vs optional |
| required vs optional vs Docker-live |
| inspect → interview → topology → quote |
| control plane + Docker runtime |
| MCP tools agents call |
| HTTP tools agents call |
| same engine for humans and tests |
| Cursor / Claude / Codex skill |
The control plane runs the bundle with Docker on the machine. There is no checkout and no second vendor signup.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to discover, configure, and manage local development servers. Provides tools for app registration, port allocation, lifecycle control, and log access without manual config editing.254MIT
- 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
- FlicenseNot gradedqualityDmaintenanceProvisions Docker-based development environments on demand, allowing AI agents to create, manage, and inspect containerized dev environments without manual setup.

instanode-mcpofficial
AlicenseAqualityBmaintenanceEnables AI coding agents to instantly provision ephemeral developer infrastructure like Postgres, Redis, MongoDB, and container deployments over HTTPS, with no Docker or signup required for the free anonymous tier.31MIT
Related MCP Connectors
The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.
One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jsuncar/deployplan'
If you have feedback or need assistance with the MCP directory API, please join our Discord server