-mcp-code-lint-server

xiachangan06/-mcp-code-lint-server
★ 0 stars Python Code/Dev Tools Updated today
A code analysis tool built based on Model Context Protocol (MCP), supporting code lint, quality inspection and static analysis, provides lightweight service for programming assignment detection and code quality evaluation.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "-mcp-code-lint-serve": {
      "command": "uvx",
      "args": [
        "-mcp-code-lint-server"
      ]
    }
  }
}

Or install with pip: pip install -mcp-code-lint-server