cyberneticlibrary

Lint code violations automatically

mcpmcp_serversetup L20
eslint/rewrite
What it does

Lint JavaScript/TypeScript code and surface rule violations via MCP

Best for

Code quality agents integrating linting feedback into IDE-based AI code review workflows.

Inputs
  • · file path or code snippet
  • · ESLint config (eslintrc)
  • · target ECMAScript version
Outputs
  • · linting results (errors, warnings, rule names)
  • · auto-fixable issues list
  • · severity-ordered violations
Requires
  • · ESLint v8+
  • · Node.js runtime
Preconditions
  • · ESLint installed (globally or in project)
  • · eslintrc config file present
  • · Optional: IDE (VS Code, etc) for integrated display
Failure modes
  • · ESLint CLI not found if not installed globally
  • · Config errors prevent linting from running
  • · Performance issues on very large codebases
Trust signals
  • · Official ESLint MCP server
  • · Part of ESLint rewrite project
  • · Apache 2.0 licensed