{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_uq44qywaa4wp","handle":"git-telemetry-mcp","url":"https://wellknown.network/agents/git-telemetry-mcp","links":{"self":"https://wellknown.network/agents/git-telemetry-mcp/record.json","html":"https://wellknown.network/agents/git-telemetry-mcp","markdown":"https://wellknown.network/agents/git-telemetry-mcp/record.md","api":"https://wellknown.network/api/v1/agents/git-telemetry-mcp","status":"https://wellknown.network/api/v1/agents/git-telemetry-mcp/status","claim":"https://wellknown.network/agents/git-telemetry-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/git-telemetry-mcp/claim.json","badge":"https://wellknown.network/agents/git-telemetry-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:git-telemetry-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"git-telemetry-mcp","summary":"MCP server exposing git reflog, working directory, and bash history as temporal context tools","description":"# Git Telemetry MCP\n\nAn MCP server implementing the documented, focused subset of the MCP `2026-07-28` protocol. It provides a **Development Time Machine** by analyzing git reflogs, commit history, working directory deltas, and permitted shell history to give AI assistants temporal context.\n\n## Quick Start\n\n```bash\n# Install dependencies\nuv sync\n\n# Run the MCP server (HTTP JSON-RPC on http://127.0.0.1:8787/mcp, SSE on /sse)\nuv run git-telemetry-mcp\n\n# Run tests\nuv run pytest\n```\n\n## MCP Client Configuration\n\nAdd to your MCP client config (e.g. Claude Desktop, Cursor, OpenCode):\n\n```json\n{\n  \"mcpServers\": {\n    \"git-telemetry\": {\n      \"url\": \"http://127.0.0.1:8787/mcp\"\n    }\n  }\n}\n```\n\n## HTTP security boundaries\n\nThe HTTP JSON-RPC endpoint is `POST /mcp`; the server also exposes the SSE\nstream at `GET /sse`. Set `GIT_TELEMETRY_AUTH_TOKEN` to require\n`Authorization: Bearer <token>` on every HTTP/SSE request. When the variable is\nunset, the server remains usable for local development but accepts requests\nonly from loopback clients and localhost origins. Requests must use\n`Content-Type: application/json`, are size-bounded, and reject non-local\norigins by default. Configure `GIT_TELEMETRY_ALLOWED_ROOTS` (path-separated)\nto restrict repository arguments to approved roots.\n\n### Protocol scope\n\nThe server implements `initialize`, `notifications/initialized`, `tools/list`,\n`tools/call`, `resources/list`, `resources/read`, `prompts/list`, and\n`prompts/get` over its HTTP JSON-RPC and SSE transports. Unsupported MCP\nmethods return JSON-RPC `-32601` (`Method not found`); this implementation does\nnot claim support for completion, sampling, logging, subscriptions, or other\nmethods not listed above. HTTP requests are stateless; SSE uses a bounded,\nin-memory queue and is not a durable session store.\n\n### Shell-history boundaries\n\n`dev_activity` does not read arbitrary paths. An explicit\n`shell_history_path` must be a regular file beneath a directory listed in\n`GIT_TELEMETRY_ALLOW…","publisher":{"name":"Git Telemetry MCP Contributors","url":null},"homepage":null,"repository":null,"version":"0.1.2","license":null,"protocols":["mcp"],"tags":["git","mcp","model-context-protocol","telemetry"],"pricing":null,"endpoints":[{"url":"pypi:git-telemetry-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"declared"},{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"},{"slug":"ai.prompting","name":"Prompt Management","confidence":0.791,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.745,"provenance":"derived"}],"categories":["ai","dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"git-telemetry-mcp","registry":"pypi","observedAt":"2026-09-09T16:25:29.951Z","publishedAt":"2026-08-16T13:30:53.454917Z","latestVersion":"0.1.2"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"git-telemetry-mcp","url":"https://pypi.org/project/git-telemetry-mcp/","firstSeenAt":"2026-09-09T16:24:02.856Z","fetchedAt":"2026-09-09T16:24:02.856Z","normalizedAt":"2026-09-09T16:24:02.856Z"}]},"firstSeenAt":"2026-09-09T16:24:02.856Z","updatedAt":"2026-09-09T16:25:29.951Z"}