ctxlint for Claude Desktop
io.github.yawlabs/ctxlint
Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase
client:Claude Desktop
transport:stdio
runtime:npm
Install ctxlint in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ctxlint": {
"command": "npx",
"args": [
"-y",
"@yawlabs/ctxlint"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs