Skip to content
Grok

code health suite for Grok

io.github.neogeweb3/code-health-suite

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

client:Grok transport:stdio runtime:pypi

Install code health suite in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

code health suite in other clients