Skip to main content

VibeGit MCP server for AI conversation logging and analysis

Project description

VibeGit MCP Server

A Model Context Protocol (MCP) server for logging and analyzing AI assistant conversations.

Prerequisites

You need only two steps to get started:

Step 1: Installation

pip install vibegit-mcp

Step 2: Configuration

Once 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:

{
  "servers": {
    "vibegit": {
      "type": "stdio",
      "command": "vibegit-mcp"
    }
  }
}

Usage

After 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.

Features

  • Log complete conversation rounds between users and AI assistants
  • Track file operations and tool usage

All the logs and data are stored in the .vibe/ directory under the project root. The directory structure is as follows:

.vibe/
├── rounds/
│   ├── 2023-03/
│   │   ├── round-1.json
│   │   ├── round-2.json
│   ├── 2023-04/
│   │   ├── round-3.json
│   │   ├── round-4.json
├── index.jsonl
├── sessions/
│   ├── session-1.json
│   ├── session-2.json

Each 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.

Building and Publishing (For Maintainers)

This package uses modern Python packaging with pyproject.toml.

Prerequisites

Install build tools:

pip install build twine

Set up PyPI credentials in ~/.pypirc:

[distutils]
index-servers =
    pypi
    testpypi

[pypi]
repository = https://upload.pypi.org/legacy/
username = __token__
password = # your PyPI API token (pypi-...)

[testpypi]
repository = https://test.pypi.org/legacy/
username = __token__
password = # your TestPyPI API token (pypi-...)

Release Process

  1. Update version in pyproject.toml:

    version = "x.y.z"  # Increment as needed
    
  2. Clean previous builds:

    rm -rf dist/ build/ *.egg-info
    
  3. Build the package:

    python -m build
    
  4. Test upload to TestPyPI (optional but recommended):

    python -m twine upload --repository testpypi dist/*
    
  5. Test installation from TestPyPI:

    pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ vibegit-mcp==x.y.z
    
  6. Upload to PyPI:

    python -m twine upload dist/*
    

Notes

  • Always test with TestPyPI first before publishing to PyPI
  • Make sure to increment the version number for each release
  • The package uses pyproject.toml for modern Python packaging standards
  • Clean the dist/ directory before building new releases

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vibegit_mcp-0.1.6.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vibegit_mcp-0.1.6-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file vibegit_mcp-0.1.6.tar.gz.

File metadata

  • Download URL: vibegit_mcp-0.1.6.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for vibegit_mcp-0.1.6.tar.gz
Algorithm Hash digest
SHA256 fcfd9c3565381dd92b09fb7ed532cd56f887d9a3a224b160b1cd3cebcfa7ed94
MD5 552b95536b1ec358858dac3a2f57e2e4
BLAKE2b-256 346782082e035c9b7e5c51cbc07fb7cb02e5cdf39330e97958bab6ef81a086c6

See more details on using hashes here.

File details

Details for the file vibegit_mcp-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: vibegit_mcp-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for vibegit_mcp-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 026770c416d24b74d64f3cb78bb7300c4cb6ac6536292c1303cb44d8d34f848a
MD5 60e4094ec3a60747c29a667f3993c7c0
BLAKE2b-256 800799e39047422028e32365e7157ba6fd9bf52415d2e74935bbce73ff77dbcd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page