Skip to content
Cursor

wander agent for Cursor

io.github.virajmishra1/wander-agent

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

client:Cursor transport:stdio runtime:pypi

Install wander agent in Cursor

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

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

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

wander agent in other clients