mcp-language-server: The MCP Language Server exposes language server capabilities like definition, references, and diagnostics to Large Language Models. It helps MCP-enabled clients navigate codebases more easily by providing semantic tools for code understanding and manipulation.; mcp-code-checker: MCP Code Checker is an MCP server that provides code quality checking for Python projects. It offers tools to run pylint, pytest, and mypy, with structured logging and customizable parameters. The server is designed for easy integration with AI assistants like Claude and VSCode.
Enabling LLMs to navigate and understand complex codebases
Automated code quality checks in CI/CD pipelines