Skip to content
VS Code

My Next Adventure for VS Code

cloud.mynextadventure/trip-planner

Create trips, compare variants side by side, and add accommodation, transport and event options.

client:VS Code transport:streamable-http

Install My Next Adventure in VS Code

.vscode/mcp.json

{
  "servers": {
    "trip-planner": {
      "type": "http",
      "url": "https://mcp.mynextadventure.cloud/mcp"
    }
  }
}

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

My Next Adventure in other clients