Skip to content
Grok

commit-check MCP for Grok

io.github.commit-check/commit-check-mcp

Validate commit messages, branch names, author info, push safety, and repo state.

client:Grok transport:stdio runtime:pypi

Install commit-check MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "commit-check-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "commit-check-mcp"
      ]
    }
  }
}

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

commit-check MCP in other clients