mcpbeat Sign in

Lint MCP Server

local only

Lint runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 21 Mar 2026.

Style check, naming, complexity analysis for AI agents

Installs per day peak 16 · avg 5 · +275% w/w
a month agotoday
40
Installs / week
npm · @rog0x/mcp-lint-tools
0
Stars
0 open issues
21 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Lint every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lint -- npx -y @rog0x/mcp-lint-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lint": {
      "args": [
        "-y",
        "@rog0x/mcp-lint-tools"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lint]
command = "npx"
args = ["-y", "@rog0x/mcp-lint-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "lint": {
      "args": [
        "-y",
        "@rog0x/mcp-lint-tools"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lint": {
      "args": [
        "-y",
        "@rog0x/mcp-lint-tools"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Lint

same job, measured the same way
Scopewalker MCP
by timohaa

Codebase analysis tools for AI agents: complexity, prop drilling, doc coverage, code smells.

302 installs/wk local only
pyscn
by ludo-technologies

Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score.

1 399 installs/wk local only
Codealive MCP
by codealive-ai

Semantic code search and analysis from CodeAlive for AI assistants and agents.

local only
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

38 installs/wk local only
Topos
by krv-labs

Structural code-quality tools for AI coding agents.

439 installs/wk local only
Code Quality
by ryudi84

MCP server for code quality: complexity, duplicates, naming, refactoring.

28 installs/wk local only
CGIS Code Graph
by zaebee

Code graph for AI agents: impact analysis and call tracing for Python and TypeScript.

local only
HEIDES
by abduljabbarbxr

Deterministic code analysis harness giving AI agents senses, memory and judgment for code.

local only

Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for Lint?
Lint runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @rog0x/mcp-lint-tools was installed 40 times last week.
How do I connect Lint?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @rog0x/mcp-lint-tools straight from npm; nothing to host, nothing to sign up for.
How many people use Lint?
The npm package @rog0x/mcp-lint-tools was installed 40 times in the last week. Week over week that is +275%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lint open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.