Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Git Telemetry

БесплатноНе проверен

Provides AI assistants with a Development Time Machine by analyzing git reflogs, commit history, working directory deltas, and shell history for temporal contex

GitHubEmbed

Описание

Provides AI assistants with a Development Time Machine by analyzing git reflogs, commit history, working directory deltas, and shell history for temporal context, including safe git operations and smart commit generation.

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_payload envelope (timezone_offset, repo_checksum, confidence_score, data) validated against draft-07 outputSchema and annotated with readOnlyHint, destructiveHint, and idempotentHint.
  • Safe Destructive Operations: Two-round-trip input_required confirmation flow for safe_git_reset and safe_git_checkout.

For complete documentation, tool reference, argument schemas, sample outputs, and protocol details, see HANDBOOK.md.

from github.com/rootbid/git-telemetry-mcp

Установка Git Telemetry

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/rootbid/git-telemetry-mcp

FAQ

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

Compare Git Telemetry with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development