MCP server for code linting: style checker, naming convention analyzer, cyclomatic complexity, dead code finder, import analyzer Install: npx @rog0x/mcp-lint-tools
SaferSkills independently audited Mcp Lint Tools (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Code linting and style checking tools for AI agents, exposed as an MCP (Model Context Protocol) server.
All analysis is performed via regex and text parsing — no AST libraries required.
Check code style issues with configurable rules:
Analyze identifier naming conventions:
Measure code complexity metrics:
Detect potential dead code:
Analyze import statements:
npm install
npm run buildAdd to your claude_desktop_config.json:
{
"mcpServers": {
"lint-tools": {
"command": "node",
"args": ["path/to/mcp-lint-tools/dist/index.js"]
}
}
}npm install
npm run build
npm startMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.