Skip to content
VS Code

lunge for VS Code

io.github.thuupx/lunge

Agent-native API client: execute/test REST/GraphQL/WS/SSE with assertions, extraction, collections

client:VS Code transport:stdio runtime:npm

Install lunge in VS Code

.vscode/mcp.json

{
  "servers": {
    "lunge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lunge-mcp"
      ]
    }
  }
}

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

lunge in other clients