Skip to content
Cursor

godalo for Cursor

io.github.godalo-ai/godalo

Affiliate product search for AI agents. Merchant feeds, not web scraping. Works with any MCP client.

client:Cursor transport:stdio runtime:npm

Install godalo in Cursor

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

{
  "mcpServers": {
    "godalo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "godalo"
      ]
    }
  }
}

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

godalo in other clients