← Index

io.github.Dave-London/lint

io.github.Dave-London/lint·v0.8.0·Other
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "lint": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/lint"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "lint": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/lint"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @paretools/lint
§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other