Skip to content
VS Code

runpod for VS Code

com.mcparmory/runpod

Launch, scale, and manage GPU pods and serverless endpoints across regions

client:VS Code transport:stdio runtime:pypi

Install runpod in VS Code

.vscode/mcp.json

{
  "servers": {
    "runpod": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-runpod"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

runpod in other clients