Servers
MCP Code Checker
@MarcusJellinghaus
MCP server providing code quality checks (pylint and pytest) with smart LLM-friendly prompts for analysis and fixes. Enables Claude and other AI assistants to analyze your code and suggest improvements.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-code-checker": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}