Skip to content
VS Code

commit-check MCP for VS Code

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

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

client:VS Code transport:stdio runtime:pypi

Install commit-check MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

commit-check MCP in other clients