Skip to content
VS Code

Pilot-Next for VS Code

com.pilot-next/pilot-next

Flying club management: book aircraft, log Hobbs/Tacho hours, settle flights and check weather.

client:VS Code transport:streamable-http

Install Pilot-Next in VS Code

.vscode/mcp.json

{
  "servers": {
    "pilot-next": {
      "type": "http",
      "url": "https://pilot-next-backend.onrender.com/mcp"
    }
  }
}

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

Pilot-Next in other clients