MCP server for code quality with pylint and pytest
MCP server for Python code quality checks using pylint and pytest with smart LLM-friendly prompts for analysis and suggested fixes.
{
"mcpServers": {
"code-checker": {
"mcpServers": {
"code-checker": {
"args": [
"mcp-code-checker"
],
"command": "uvx"
}
}
}
}
}