InstaPods
About
Deploy and manage hosting pods from Claude, Cursor, or any MCP client. Localhost to live URL in one step.
Details
- Author
- instapods
- Categories
- Cloud Service, Infrastructure
Jump to
Setup
Install InstaPods in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/instapods/sdk
Follow the installation instructions in the repository README, then restart your MCP client.
Tools and integrations for deploying and managing apps onInstaPodswith AI assistants.
InstaPods is container hosting for developers — deploy Node.js, Python, PHP, and static apps with a single command. This SDK provides two ways to integrate InstaPods with Claude:
A skill that teaches Claude Code how to deploy and debug apps using theinstapodsCLI.
curl -fsSL https://instapods.com/install.sh | sh instapods auth login
mkdir -p .claude/skills/instapods-cli curl -fsSL https://raw.githubusercontent.com/instapods/sdk/main/skills/instapods-cli/SKILL.md \ -o .claude/skills/instapods-cli/SKILL.md
> deploy my app to instapods > my app is returning 502, help me debug > add a PostgreSQL database to my pod
Two options — use the MCP skill for guided workflows, or connect directly via MCP.
mkdir -p .claude/skills/instapods-mcp curl -fsSL https://raw.githubusercontent.com/instapods/sdk/main/skills/instapods-mcp/SKILL.md \ -o .claude/skills/instapods-mcp/SKILL.md
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{ "mcpServers": { "instapods": { "url": "https://app.instapods.com/api/mcp" } } }
On first use, Claude will walk you through OAuth authentication. Seemcp/README.mdfor the full setup guide.
The MCP server includes built-in prompts:
- deploy-app— Guided deployment workflow
- debug-pod— Systematic pod diagnosis
- getting-started— Overview of available tools and resources
sdk/ ├── README.md # This file ├── server.json # MCP Registry manifest (see below) ├── skills/ │ ├── instapods-cli/ │ │ └── SKILL.md # Skill for Claude Code (uses CLI) │ └── instapods-mcp/ │ └── SKILL.md # Skill for Claude Desktop/Claude.ai (uses MCP tools) ├── mcp/ │ └── README.md # MCP server setup guide └── cli/ └── README.md # CLI quick reference
InstaPods is listed in the officialMCP Registryascom.instapods/instapods.server.jsonin this repo is the source of truth for that listing:
curl -s "https://registry.modelcontextprotocol.io/v0/servers?search=instapods"
To publish an update, bumpversioninserver.json, then push a matching tag:
git tag mcp-v1.1.0 && git push origin mcp-v1.1.0
Authentication is domain-based: the registry namespacecom.instapods/is proved by the Ed25519 public key served athttps://instapods.com/.well-known/mcp-registry-auth. The workflow signs with the matching private key from theMCP_REGISTRY_PRIVATE_KEYrepo secret. GitHub OIDC is not an option here — it only grants theio.github.namespace.
- InstaPods Dashboard
- Documentation
- CLI Releases
- MCP Registry listing
Create, build, deploy, and manage Netlify resources using natural language.
European cloud hosting. Use your favorite AI coding assistant to easily deploy and manage apps on Ploi Cloud.
Simplifies framework deployments on various hosting environments, with a focus on shared hosting.
Expose the entire ArgoCD API to LLMs via MCP using just 2 auto-generated tools powered by the OpenAPI spec.
Bult.ai MCP Server lets Claude Desktop deploy and manage Bult.ai cloud hosting resources, including projects, services, GitHub and Docker deployments, routes, volumes, templates, logs, and build history.
Integrate with the Coolify API to manage your servers, applications, and databases.
An MCP server for interacting with the Coolify API to manage servers and applications.
An MCP server for integrating with Coolify, the self-hostable alternative to Netlify and Vercel.
An MCP server for managing applications on Dokku, the open-source PaaS.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

