Skip to content
Cursor

lint for Cursor

io.github.dave-london/lint

Structured linting output (ESLint, format-check) as typed JSON diagnostics.

client:Cursor transport:stdio runtime:npm

Install lint in Cursor

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

{
  "mcpServers": {
    "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

lint in other clients