runpod for Cursor
com.mcparmory/runpod
Launch, scale, and manage GPU pods and serverless endpoints across regions
client:Cursor
transport:stdio
runtime:pypi
Install runpod in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"runpod": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-runpod"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs