Skip to content
Cursor

code health suite for Cursor

io.github.neogeweb3/code-health-suite

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

client:Cursor transport:stdio runtime:pypi

Install code health suite in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

code health suite in other clients