mcp-code-checker
The MCP Code Checker is an MCP server that facilitates code quality checking by enabling AI assistants to run tools like pylint and pytest. Designed for secure and efficient debugging, it allows AI to analyze and suggest improvements for code within a specified project directory.
Overview
A Model Context Protocol (MCP) server providing code quality checking operations. This server enables AI assistants like Claude to perform code quality checks within a specified project directory. Features include running pylint and pytest for identifying code quality issues and failing tests, generating smart prompts for LLMs, and combining multiple checks for comprehensive analysis. The server restricts operations to the specified directory, ensuring security in the debugging process mediated by AI collaboration.
Features
- Run pylint and pytest checks on project code.
- Generate smart prompts for LLMs to explain issues and suggest fixes.
- Secure operations within the project directory.