
Lint
Run ESLint and format-check through MCP and give the agent typed JSON lint diagnostics instead of scrolling eslint stdout.
Overview
io.github.Dave-London/lint is an MCP server for the Ship phase that exposes ESLint and format-check results as typed JSON diagnostics for coding agents.
What is this MCP server?
- Structured lint output for ESLint and format-check workflows
- Typed JSON diagnostics aligned with other Pare MCP servers
- Stdio npm package `@paretools/lint` at v0.8.0
- Helps agents fix rule violations without ingesting entire eslint reports
- npm package `@paretools/lint` at version 0.8.0
- stdio MCP transport
- Repository: github.com/Dave-London/Pare
Community signal: 128 GitHub stars.
What problem does it solve?
ESLint and formatter CLI output is lengthy and inconsistent, so agents miss the exact file, line, and rule needed to fix issues quickly.
Who is it for?
Solo builders on JS/TS stacks who want agent-assisted lint cleanup during review and pre-ship checks.
Skip if: Repos without ESLint or a supported format-check setup, or teams that rely solely on remote CI without local MCP lint runs.
What do I get? / Deliverables
After you add the server, agents receive compact lint diagnostics they can resolve before merge or deploy.
- MCP-invoked lint and format-check with typed JSON findings
- Agent-ready file/line/rule references for faster fixes
Recommended MCP Servers
Journey fit
How it compares
MCP structured lint runner, not an ESLint config generator skill or a hosted Sonar-style quality platform.
Common Questions / FAQ
Who is io.github.Dave-London/lint for?
JavaScript and TypeScript developers using MCP agents who want ESLint and format-check feedback as structured JSON.
When should I use io.github.Dave-London/lint?
Use it in the ship and review loop when you want the agent to run lint/format checks locally and fix violations systematically.
How do I add io.github.Dave-London/lint to my agent?
Install `@paretools/lint` from npm, configure stdio MCP, ensure ESLint and formatter dependencies exist in the project cwd the server uses.