Agent♥︎Age
Catalog

io.github.rog0x/lint

Official

by rog0x · TypeScript

Style check, naming, complexity analysis for AI agents

io.github.rog0x/lint — MCP Server for AI Agent Code Linting

This MCP server (“io.github.rog0x/lint”) provides style checks and naming/complexity analysis for AI agents. It exposes linting tools via the Model Context Protocol and performs analysis using regex and text parsing (no AST libraries). Tool coverage is focused on code style rules.

🛠️ Key Features

  • Code linting and style checking for AI agents
  • Regex and text parsing-based analysis
  • Configurable style rules, including indentation, line length, and quotes
  • Checks for trailing whitespace and final newline
  • Semicolon consistency enforcement

🚀 Use Cases

  • Enforcing consistent formatting in AI agent codebases
  • Flagging style violations such as long lines and trailing whitespace
  • Applying quote and semicolon conventions during development

⚡ Developer Benefits

  • Centralizes style checks as an MCP (Model Context Protocol) server
  • Works without AST libraries by using regex/text parsing
  • Configurable rule parameters (e.g., indentation size, max line length)

⚠️ Limitations

  • Only regex/text parsing is used for analysis (no AST-based inspection)

Topics

ai-agentsclaudecode-qualitycomplexitylintmcpmodel-context-protocolstyleai-toolsdeveloper-toolsmcp-servertypescript