Odel
code health suite

code health suite

Local
@neogeweb3PythonUpdated 3mo ago

16 engines, 28 MCP tools for Python code quality. Zero external dependencies.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcode-health-suitev0.8.1

Run

uvx code-health-suite

MCP client config

{
  "mcpServers": {
    "code-health-suite": {
      "command": "uvx",
      "args": [
        "code-health-suite"
      ]
    }
  }
}