Skip to content
Cursor

getpronto for Cursor

io.github.jaygould/getpronto

Upload, transform, and manage images on Get Pronto from AI agents.

client:Cursor transport:stdio runtime:npm

Install getpronto in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "getpronto": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "getpronto-mcp"
      ],
      "env": {
        "GETPRONTO_API_KEY": "<GETPRONTO_API_KEY>",
        "GETPRONTO_BASE_URL": "<GETPRONTO_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

getpronto in other clients