agit-stuff/agit
agit - Code Context Management for Git that captures reasoning context alongside code changes, creating a "Neural Graph" parallel to Git's commit history. Integrates seamlessly with AI coding assistants via MCP protocol.
Platform-specific configuration:
{
"mcpServers": {
"agit": {
"command": "npx",
"args": [
"-y",
"agit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...