Skip to content
Cursor

pare lint for Cursor

io.github.dave-london/pare-lint

Pare Lint ג€” Structured linting and formatting (ESLint, Prettier, Biome, Oxlint) as typed JSON.

client:Cursor transport:stdio runtime:npm

Install pare lint in Cursor

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

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

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

pare lint in other clients