VibeGit Server
БесплатноНе проверенLogs and analyzes AI assistant conversations, including file operations and tool usage, storing them in the .vibe/ directory.
Описание
Logs and analyzes AI assistant conversations, including file operations and tool usage, storing them in the .vibe/ directory.
README
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
Update version in
pyproject.toml:version = "x.y.z" # Increment as neededClean previous builds:
rm -rf dist/ build/ *.egg-infoBuild the package:
python -m buildTest upload to TestPyPI (optional but recommended):
python -m twine upload --repository testpypi dist/*Test installation from TestPyPI:
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ vibegit-mcp==x.y.zUpload 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.tomlfor modern Python packaging standards - Clean the
dist/directory before building new releases
License
MIT License
Установить VibeGit Server в Claude Desktop, Claude Code, Cursor
unyly install vibegit-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add vibegit-mcp-server -- uvx vibegit-mcpFAQ
VibeGit Server MCP бесплатный?
Да, VibeGit Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для VibeGit Server?
Нет, VibeGit Server работает без API-ключей и переменных окружения.
VibeGit Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить VibeGit Server в Claude Desktop, Claude Code или Cursor?
Открой VibeGit Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare VibeGit Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
