Skip to content
Cursor

pare http for Cursor

io.github.dave-london/pare-http

Pare HTTP ג€” Structured HTTP request operations (GET, POST, HEAD) as typed JSON.

client:Cursor transport:stdio runtime:npm

Install pare http in Cursor

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

{
  "mcpServers": {
    "pare-http": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/http"
      ]
    }
  }
}

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

pare http in other clients