code health suite for VS Code
io.github.neogeweb3/code-health-suite
16 engines, 28 MCP tools for Python code quality. Zero external dependencies.
client:VS Code
transport:stdio
runtime:pypi
Install code health suite in VS Code
.vscode/mcp.json
{
"servers": {
"code-health-suite": {
"type": "stdio",
"command": "uvx",
"args": [
"code-health-suite"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs