Skip to main content
Glama
164,225 tools. Last updated 2026-05-31 04:16

"ESLint" matching MCP tools:

  • Run local ESLint on selected files, output JSON diagnostics, and persist findings with run status.
    Apache 2.0
  • Automatically fix ESLint errors in JavaScript/TypeScript code by running npx eslint --fix on specified directories to enforce coding standards.
  • Create a draft GitHub pull request applying atomic accessibility patches from UX audit suggestions. Prevents conflicts and invalid code, can output patch locally.
    MIT
  • Automatically fix lint errors in code files by applying VS Code source.fixAll or falling back to eslint, biome, or ruff.
    MIT
  • Execute predefined development tool presets like test runners and linters for JavaScript, Python, Rust, and Go projects to automate code quality checks.

Matching MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to perform comprehensive code reviews of local uncommitted changes by combining git diffs with static analysis from linters like ESLint and TypeScript. Returns structured JSON feedback with findings, suggestions, and quality assessments powered by Google's Gemini CLI.
    Last updated
    1
    120
    2
  • -
    license
    B
    quality
    -
    maintenance
    Enables comprehensive JavaScript code analysis and debugging using ESLint and custom pattern matching. Identifies syntax errors, potential bugs, code quality issues, and provides actionable fix suggestions for single files or entire projects.
    Last updated
    4
  • Run static analysis in isolated environments to prevent local configuration drift. Validates Python, JavaScript, TypeScript, and Rust code using Ruff, ESLint, or Clippy for consistent results.
  • Invoke selected diagnostic sources to refresh and persist code findings in Reef, returning a per-source summary.
    Apache 2.0
  • Retrieve diagnostics (errors and warnings) from linters like TS, ESLint, Pyright, and more. Filter by file path, severity, and limit results for efficient code analysis.
    MIT
  • Automatically generate AI assistant instruction files from existing project configuration files like .editorconfig, ESLint, and pyproject.toml for Claude, GitHub Copilot, and Cursor.
    MIT
  • Analyze JavaScript files to identify syntax errors, potential bugs, and code quality issues using ESLint for actionable fix suggestions.
  • Run ESLint to analyze JavaScript/TypeScript code for errors and enforce coding standards. Specify a directory to check specific project files.
  • Run ESLint, TypeScript checks (tsc), and Prettier on specified files to identify formatting issues, type errors, and code style violations. Enhances code quality during GitHub PR reviews.