MarcusJellinghaus/mcp-code-checker
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.
This tool helps Python developers ensure their code is high-quality and free of common issues. It takes your Python project's code and test files as input and provides clear, actionable suggestions from quality checkers like Pylint, Pytest, and Mypy. The output is specifically formatted to be easily understood and used by AI assistants to help you fix problems faster.
Use this if you are a Python developer using AI assistants like Claude or GitHub Copilot and want them to effectively analyze your code for quality issues and suggest precise improvements.
Not ideal if you need code quality checks for languages other than Python, or if you prefer to manually run and interpret raw output from Pylint, Pytest, and Mypy.
Stars
14
Forks
5
Language
Python
License
MIT
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/MarcusJellinghaus/mcp-code-checker"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SonarSource/sonarqube-mcp-server
SonarQube MCP Server
cqfn/aibolit-mcp-server
MCP Server for Aibolit Java Static Analyzer: Helping Your AI Agent Identify Hotspots for Refactoring
mitulgarg/env-doctor
Debug your GPU, CUDA, and AI stacks across local, Docker, and CI/CD (CLI and MCP server)
helixml/kodit
👩💻 MCP server to index external repositories
MarcusJellinghaus/mcp-tools-py
MCP server providing code quality checks (pylint and pytest) with smart LLM-friendly prompts for...