Skip to content
Cursor

lunge for Cursor

io.github.thuupx/lunge

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

client:Cursor transport:stdio runtime:npm

Install lunge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

lunge in other clients