Style check, naming, complexity analysis for AI agents
claude mcp add lint -- npx -y @rog0x/mcp-lint-tools
claude_desktop_config.json
{
"mcpServers": {
"lint": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-lint-tools"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"lint": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-lint-tools"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lint": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-lint-tools"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-lint-tools"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"lint": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-lint-tools"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.rog0x--lint/reviews or the review_server meta-tool.
POST /mcp