- Home
- MCP servers
- Code Checker
Code Checker
Provides code quality checks (pylint, pytest, mypy) within a project directory and returns results or AI-friendly prompts.
- python
12
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"marcusjellinghaus-mcp-code-checker": {
"command": "mcp-code-checker",
"args": [
"--project-dir",
"/path/to/project"
],
"env": {
"PYTHONPATH": "/path/to/mcp-code-checker"
}
}
}
}Available tools
Run Pylint Check
Runs pylint on the project code and generates smart prompts for LLMs. Returns a string with pylint results or an interpreted prompt.
Run Pytest Check
Runs pytest on the project code and generates smart prompts for LLMs. Returns a string with test results or an interpreted prompt.
Run Mypy Check
Runs mypy type checking on the project code. Returns a string with mypy results or an interpreted prompt.
Run All Checks
Runs pylint, pytest, and mypy together and generates a combined result suitable for quick analysis.
Built by
VeilStrat
AI signals for GTM teams© 2026 VeilStrat. All rights reserved.All systems operational