MCP Server
MCP
GitWhy — The Context Layer for Git
The shared AI context engine for git — save, search, and share the reasoning behind code changes.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "gitwhy-mcp",
"version": "0.7.9",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GitWhy API key for cloud sync, publish, and PR comment features. Not required for local-only context saving.",
"format": "string",
"isSecret": true,
"name": "GITWHY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment