What is the dev.forgesworn/rendezvous-mcp MCP server?
Fair meeting point discovery for AI agents with isochrone-based travel time fairness
How to install dev.forgesworn/rendezvous-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
VALHALLA_URLValhalla routing engine URL
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"rendezvous-mcp": {
"command": "npx",
"args": [
"-y",
"rendezvous-mcp"
],
"env": {
"VALHALLA_URL": "<YOUR_VALHALLA_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"rendezvous-mcp": {
"command": "npx",
"args": [
"-y",
"rendezvous-mcp"
],
"env": {
"VALHALLA_URL": "<YOUR_VALHALLA_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rendezvous-mcp": {
"command": "npx",
"args": [
"-y",
"rendezvous-mcp"
],
"env": {
"VALHALLA_URL": "<YOUR_VALHALLA_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"rendezvous-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rendezvous-mcp"
],
"env": {
"VALHALLA_URL": "<YOUR_VALHALLA_URL>"
}
}
}
}Claude Code
claude mcp add rendezvous-mcp --env VALHALLA_URL=<YOUR_VALHALLA_URL> -- npx -y rendezvous-mcpRelated MCP servers
AI agents discover, pay for, and consume any Lightning-gated API autonomously
View repository →Trust-aware Nostr for AI agents -- 235 tools covering social, DMs, zaps, trust, and identity
View repository →