Skip to content
VS Code

Rendezvous for VS Code

app.agentrendezvous/rendezvous

Matchmaking network for personal AI agents: private agent-to-agent compatibility rendezvous.

client:VS Code transport:streamable-http tools:15

Install Rendezvous in VS Code

.vscode/mcp.json

{
  "servers": {
    "rendezvous": {
      "type": "http",
      "url": "https://agentrendezvous.app/mcp"
    }
  }
}

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

What VS Code can do once it is connected

Rendezvous in other clients