Описание
a development time machine for AI assistants
README
An MCP server (target spec 2026-07-28) providing a Development Time Machine. Analyzes git reflogs, commit history, working directory deltas, and shell history to give AI assistants temporal context about developer activity.
Quick Start
# Install dependencies
uv sync
# Run the MCP server (HTTP JSON-RPC on http://127.0.0.1:8787/mcp, SSE on /sse)
uv run git-telemetry-mcp
# Run tests
uv run pytest
MCP Client Configuration
Add to your MCP client config (e.g. Claude Desktop, Cursor, OpenCode):
{
"mcpServers": {
"git-telemetry": {
"url": "http://127.0.0.1:8787/mcp"
}
}
}
Key Features & Architecture
- 16 MCP Tools: Context packs, reflog timelines, dirty diff summaries, shell correlation, dry-run merge checks, stale branch detection, and smart commit generation.
- Privacy First: Built-in serializer gate redacts PII, private keys, authorization tokens, API keys, and database credentials before payload return.
- Contract Compliant: Every tool emits a
telemetry_payloadenvelope (timezone_offset,repo_checksum,confidence_score,data) validated against draft-07outputSchemaand annotated withreadOnlyHint,destructiveHint, andidempotentHint. - Safe Destructive Operations: Two-round-trip
input_requiredconfirmation flow forsafe_git_resetandsafe_git_checkout.
For complete documentation, tool reference, argument schemas, sample outputs, and protocol details, see HANDBOOK.md.
Установка Git Telemetry
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rootbid/git-telemetry-mcpFAQ
Git Telemetry MCP бесплатный?
Да, Git Telemetry MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Git Telemetry?
Нет, Git Telemetry работает без API-ключей и переменных окружения.
Git Telemetry — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Git Telemetry в Claude Desktop, Claude Code или Cursor?
Открой Git Telemetry на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Git Telemetry with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
