Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase
claude mcp add ctxlint -- npx -y @yawlabs/ctxlint
claude_desktop_config.json
{
"mcpServers": {
"ctxlint": {
"command": "npx",
"args": [
"-y",
"@yawlabs/ctxlint"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ctxlint": {
"command": "npx",
"args": [
"-y",
"@yawlabs/ctxlint"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ctxlint": {
"command": "npx",
"args": [
"-y",
"@yawlabs/ctxlint"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ctxlint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/ctxlint"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ctxlint": {
"command": "npx",
"args": [
"-y",
"@yawlabs/ctxlint"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.YawLabs--ctxlint/reviews or the review_server meta-tool.
POST /mcp