Skip to content
Grok

docvet for Grok

io.github.alberto-codes/docvet

Docstring quality vetting for Python -- enrichment, freshness, coverage, and presence checks

client:Grok transport:stdio runtime:pypi

Install docvet in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "docvet": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "docvet"
      ]
    }
  }
}

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

docvet in other clients