Skip to content
VS Code

godalo for VS Code

io.github.godalo-ai/godalo

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

client:VS Code transport:stdio runtime:npm

Install godalo in VS Code

.vscode/mcp.json

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

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

godalo in other clients