Skip to content
Cursor

rendezvous mcp for Cursor

dev.forgesworn/rendezvous-mcp

Fair meeting point discovery for AI agents with isochrone-based travel time fairness

client:Cursor transport:stdio runtime:npm

Install rendezvous mcp 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": {
    "rendezvous-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rendezvous-mcp"
      ],
      "env": {
        "VALHALLA_URL": "<VALHALLA_URL>"
      }
    }
  }
}

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

rendezvous mcp in other clients