ctxlint

ctxlint

Local
@yawlabs9TypeScriptMITUpdated 2 days ago

Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@yawlabs/ctxlintv0.27.2

Run

npx -y @yawlabs/ctxlint

MCP client config

{
  "mcpServers": {
    "ctxlint": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/ctxlint"
      ]
    }
  }
}