Skip to content
VS Code

wander agent for VS Code

io.github.virajmishra1/wander-agent

60-tool AI travel agent: flights, hotels, visas, weather, fare watching, trip memory. No keys.

client:VS Code transport:stdio runtime:pypi

Install wander agent in VS Code

.vscode/mcp.json

{
  "servers": {
    "wander-agent": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wander-agent"
      ]
    }
  }
}

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

wander agent in other clients