Skip to content
Grok

diffpilot for Grok

io.github.bkalafat/diffpilot

MCP server for PR code review, commit messages, changelogs, and secret detection.

client:Grok transport:stdio runtime:nuget

Install diffpilot in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "diffpilot": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "DiffPilot",
        "--yes"
      ]
    }
  }
}

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

diffpilot in other clients