Skip to content
Grok

Closeread Verify for Grok

io.github.freeguy-ai/closeread-verify

A verified dependency-audit verdict any AI agent can call over MCP, not a raw scan.

client:Grok transport:stdio runtime:pypi

Install Closeread Verify in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "closeread-verify": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "closeread-verify"
      ]
    }
  }
}

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

Closeread Verify in other clients