InstaPods for VS Code
com.instapods/instapods
Deploy and manage web apps on InstaPods: create pods, push files, run commands, read logs.
client:VS Code
transport:streamable-http
Install InstaPods in VS Code
.vscode/mcp.json
{
"servers": {
"instapods": {
"type": "http",
"url": "https://app.instapods.com/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs