Context Git¶
Recent git activity across all repos: commits, diffs, dirty trees. Pass annotate=true to tag commits made by agent sessions with their session ID.
MCP name: context_git
Category: context
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
annotate |
bool |
No | Tag commits made by agent sessions with session ID (default false). Slower — scans JSONL files. |
days |
int |
No | Lookback window for commit history (default 7) |
dirty_only |
bool |
No | Only repos with uncommitted changes (default false) |