Ctxlint runs on your own machine — the client starts it, so there is no endpoint to ping. 6 580 installs a week from npm.
Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase
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.
claude mcp add ctxlint -- npx -y @yawlabs/ctxlint
{
"mcpServers": {
"ctxlint": {
"args": [
"-y",
"@yawlabs/ctxlint"
],
"command": "npx"
}
}
}
[mcp_servers.ctxlint]
command = "npx"
args = ["-y", "@yawlabs/ctxlint"]
{
"mcpServers": {
"ctxlint": {
"args": [
"-y",
"@yawlabs/ctxlint"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ctxlint": {
"args": [
"-y",
"@yawlabs/ctxlint"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.