Skip to content
Zed

commit-check MCP for Zed

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

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

client:Zed transport:stdio runtime:pypi

Install commit-check MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "commit-check-mcp": {
      "command": "uvx",
      "args": [
        "commit-check-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

commit-check MCP in other clients