GitWhy — The Context Layer for Git✓
io.github.gitwhy-cli/gitwhy · v0.7.9
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.gitwhy-cli/gitwhy",
"description": "The shared AI context engine for git — save, search, and share the reasoning behind code changes.",
"title": "GitWhy — The Context Layer for Git",
"repository": {
"url": "https://github.com/gitwhy-cli/gitwhy",
"source": "github"
},
"version": "0.7.9",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}