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).
Run
uvx code-health-suite
MCP client config
{
"mcpServers": {
"code-health-suite": {
"command": "uvx",
"args": [
"code-health-suite"
]
}
}
}