Odel
GitWhy — The Context Layer for Git

GitWhy — The Context Layer for Git

Local
@gitwhy-cliUpdated 5mo ago

The shared AI context engine for git — save, search, and share the reasoning behind code changes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgitwhy-mcpv0.7.9

Run

npx -y gitwhy-mcp

MCP client config

{
  "mcpServers": {
    "gitwhy-the-context-layer-for-git": {
      "command": "npx",
      "args": [
        "-y",
        "gitwhy-mcp"
      ]
    }
  }
}