{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_ce2p55bxtaw3","handle":"vibegit-mcp","url":"https://wellknown.network/agents/vibegit-mcp","links":{"self":"https://wellknown.network/agents/vibegit-mcp/record.json","html":"https://wellknown.network/agents/vibegit-mcp","markdown":"https://wellknown.network/agents/vibegit-mcp/record.md","api":"https://wellknown.network/api/v1/agents/vibegit-mcp","status":"https://wellknown.network/api/v1/agents/vibegit-mcp/status","claim":"https://wellknown.network/agents/vibegit-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/vibegit-mcp/claim.json","badge":"https://wellknown.network/agents/vibegit-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:vibegit-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"vibegit-mcp","summary":"VibeGit MCP server for AI conversation logging and analysis","description":"# VibeGit MCP Server \n \nA Model Context Protocol (MCP) server for logging and analyzing AI assistant conversations. \n \n## Prerequisites \n \nYou need only two steps to get started: \n \n### Step 1: Installation \n \n```bash \npip install vibegit-mcp \n``` \n \n### Step 2: Configuration \n \nOnce installed, you can configure the MCP configuration file to enable the VibeGit MCP server. Assuming you are using VSCode, you can add a `mcp.json` file in the `.vscode/` directory of your project with the following content: \n \n```json \n{ \n  \"servers\": { \n    \"vibegit\": { \n      \"type\": \"stdio\", \n      \"command\": \"vibegit-mcp\" \n    } \n  } \n} \n``` \n \n## Usage \n \nAfter configuring the MCP server, you can start your AI Coding Agent in VSCode. The VibeGit MCP server will automatically log all conversation rounds to the `.vibe/` directory in your project root. \n \n## Features \n \n- Log complete conversation rounds between users and AI assistants \n- Track file operations and tool usage \n \nAll the logs and data are stored in the `.vibe/` directory under the project root. The directory structure is as follows: \n \n``` \n.vibe/ \n├── rounds/ \n│   ├── 2023-03/ \n│   │   ├── round-1.json \n│   │   ├── round-2.json \n│   ├── 2023-04/ \n│   │   ├── round-3.json \n│   │   ├── round-4.json \n├── index.jsonl \n├── sessions/ \n│   ├── session-1.json \n│   ├── session-2.json \n``` \nEach `round-*.json` file contains detailed information about a single conversation round, including user inputs, AI responses, and any file operations and tool usage performed. The `index.jsonl` file provides a quick reference to all rounds, and the `sessions/` directory contains session metadata. Each session contains the consecutive rounds of conversations. \n \n## Building and Publishing (For Maintainers) \n \nThis package uses modern Python packaging with `pyproject.toml`. \n \n#### Prerequisites \n \nInstall build tools: \n```bash \npip install build twine \n``` \n \nSet up PyPI credentials in `~/.pypirc`: \n```ini \n[distutils] \nindex-servers = \n    p…","publisher":null,"homepage":"https://pypi.org/project/vibegit-mcp","repository":"https://github.com/gixia-org/VibeGit","version":"0.1.6","license":"MIT","protocols":["mcp"],"tags":["mcp","ai","conversation","logging","assistant"],"pricing":null,"endpoints":[{"url":"pypi:vibegit-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev"],"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":"vibegit-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:10.100Z","publishedAt":"2025-09-13T15:46:06.244944Z","latestVersion":"0.1.6"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"vibegit-mcp","url":"https://pypi.org/project/vibegit-mcp/","firstSeenAt":"2026-09-10T15:23:28.102Z","fetchedAt":"2026-09-10T15:23:28.102Z","normalizedAt":"2026-09-10T15:23:28.102Z"}]},"firstSeenAt":"2026-09-10T15:23:28.102Z","updatedAt":"2026-09-10T15:25:10.100Z"}