What is the io.github.YawLabs/ctxlint MCP server?
Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase
How to install io.github.YawLabs/ctxlint
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ctxlint": {
"command": "npx",
"args": [
"-y",
"@yawlabs/ctxlint"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ctxlint": {
"command": "npx",
"args": [
"-y",
"@yawlabs/ctxlint"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ctxlint": {
"command": "npx",
"args": [
"-y",
"@yawlabs/ctxlint"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ctxlint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/ctxlint"
]
}
}
}Claude Code
claude mcp add ctxlint -- npx -y @yawlabs/ctxlintRelated MCP servers
AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login
MCP server for managing Caddy web servers via the admin API
Electron.js MCP server — IPC scaffolding, security auditing, build tooling for AI assistants
HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction
LemonSqueezy MCP server for managing your store from AI assistants
Yaw MCP - one install, every MCP server, managed from yaw.sh/mcp