Skip to main content
Glama
521,367 tools. Updated 2026-09-06 10:44

"Ruff" matching MCP tools:

  • Lint Python code to identify style violations and potential errors using RUFF. Optionally specify a configuration file.
    MIT
  • Run ruff linting on Python files to find code issues. Specify paths or check only git-changed files for token-efficient output.
    MIT
  • Format Python files with Ruff, check if formatting is needed, and set custom line length or config file path.
    MIT
  • Run ruff linter on your codebase to enforce code quality and style. Configure with make variables and timeout.
    MIT

Matching MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that integrates Ruff linting, formatting, and code analysis tools with advanced logging and configuration options for AI coding assistants.
    4
    1
    MIT
  • Run Ruff diagnostics on given paths to detect Python code issues and enforce linting standards.
    MIT
  • Checks files or directories for code quality issues using Ruff linting, with configurable rule selection and ignore patterns.
    MIT
  • Check Python code formatting with Ruff to identify style violations without modifying files. Specify paths or only changed files for targeted checks.
    MIT
  • Record each repeated blocker you hit—what you tried, what failed, and minutes lost—so reviewers can cluster and resolve recurring friction.
    MIT
  • Check Python code before writing it to disk: parse, lint, type-check, and scan for security issues and credentials without running untrusted source.
    MIT
  • Rename a Python symbol across the project, updating every reference with a safe dry-run preview. Use LSP coordinates to locate the symbol; apply changes only when ready.
    MIT
  • Search and filter code findings by ID, status, severity, file, source, tag, commit, or metadata, returning structured, paginated results with optional grouping.
    MIT
  • Extract a selected expression into a named variable, replacing it with the variable name. Supports replacing similar occurrences and global scope, with dry-run preview before applying.
    MIT
  • Run a comprehensive security scan on a repository using multiple parallel scanners to detect vulnerabilities, secrets, and dependency CVEs, and receive a deduplicated severity-ranked report.
    MIT
  • Tidy Python import blocks: sort, deduplicate, remove unused imports, expand star imports, convert relative to absolute, and shorten deep paths. Dry-run preview by default, apply to write changes.
    MIT
  • Automatically fix lint errors in code files by applying VS Code source.fixAll or falling back to eslint, biome, or ruff.
    MIT
    Destructive
  • Execute a shell command in the workspace root and return its standard output, standard error, and exit code. Use for running tests, linters, formatters, and build steps in automated pipelines.
    MIT
  • Execute predefined development tool presets like test runners and linters for JavaScript, Python, Rust, and Go projects to automate code quality checks.
    -
  • Extract selected statements or an expression into a new method or function, with parameters and return values inferred from data flow.
    MIT