Skip to content
Grok

MCP Code Review Server for Grok

io.github.goodjobwilliam/aicraft-code-review

Code review as an MCP server — structured reviews with OWASP security scanning.

client:Grok transport:stdio runtime:pypi

Install MCP Code Review Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aicraft-code-review": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aicraft-code-review"
      ]
    }
  }
}

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

MCP Code Review Server in other clients