GitHub Auditor MCP Server

GitHub Auditor MCP Server

Transforms messy commit histories into clean, secure repositories by scanning for secrets, sanitizing history, and generating professional reports.

Category
访问服务器

README

GitHub Auditor MCP Server

A Professional-Grade Heritage Clean-Up Tool for Git Repositories.

The GitHub Auditor is a Model Context Protocol (MCP) server designed to professionalize legacy codebases. It transforms "trial and error" commit histories into structured, clean, and secure repositories ready for public deployment or enterprise use.

Features

🛡️ Security & Integrity

  • audit_secrets: Deep-scans commit history for high-entropy strings, API keys, and passwords using trufflehog.
  • audit_gitignore: Identifies tracked files that should be ignored (e.g., binaries, system logs, .env files) and validates .gitignore completeness.
  • setup_pre_commit_hooks: Installs industry-standard pre-commit hooks to prevent future leaks.

🧹 History Sanitization

  • clean_repository_history: The core orchestrator. Automatically creates a sandboxed mcp-audit-branch to ensure safety before any destructive operations.
  • purge_history: permanently removes sensitive data or large files from the entire git history using git-filter-repo.
  • scrub_ignored_files: Retroactively removes files from tracking that match current .gitignore rules.

🧠 Semantic Rewriting

  • squash_noise_commits: Intelligently groups "noisy" commits (e.g., "fix typo", "try again") based on time windows, authorship, and goal heurisitics.
  • generate_semantic_history: Analyzes diffs and generates professional Conventional Commits messages.

📊 Reporting

  • generate_cleanup_report: visualization of code reduction and commit cleanup (Before vs. After).
  • generate_security_audit_report: Generates a signed markdown certificate validating the repository's security posture.

Installation

Prerequisites

For Docker (Recommended):

  • Docker installed and running
  • python3 (for generating configuration and local testing)

For Manual Installation:

  • Python 3.10+
  • git
  • git-filter-repo (System install usually required: pip install git-filter-repo)

Setup

Option A: Docker (Recommended)

# Clone the repository
git clone https://github.com/westkevin12/repo-mcp.git
cd repo-mcp

# Build the Docker image
docker build -t mcp-auditor .

# Generate your local MCP configuration
python3 generate_config.py

The generate_config.py script automatically creates an antigravity_config_snippet.json file tailored to the absolute path of your local machine. Copy the contents of this generated file into your MCP Client configuration file (e.g., your Claude Desktop claude_desktop_config.json).

Option B: Manual Installation

# Clone the repository
git clone https://github.com/westkevin12/repo-mcp.git
cd repo-mcp

# Install dependencies (will use pyproject.toml)
pip install .

Usage

Running via Docker (Recommended) Once configured in your MCP client, the tool will automatically use the start_mcp_server.sh script to run an isolated, containerized session safe from your host system.

Running Manually Start the MCP server to use it directly with your AI agent (Claude Desktop, Cursor, etc.):

# Start the server
mcp start git_auditor_mcp.py

Troubleshooting / Testing

You can manually verify that the server script is working correctly by running the handshake tester:

python3 test_handshake.py

Example Agent Prompt

"I want to open source this old project. Run the GitHub Auditor. First, scan for any secrets in the history. If clean, audit the gitignore and remove any tracked garbage files. Finally, look at the last 100 commits and propose a squash plan to hide my trial-and-error."

License

This project is licensed under the GNU General Public License v3.0 (GPLv3) - see the LICENSE file for details.

By using or contributing to this project, you agree that any modifications or derivative works will also be open-source under the same terms.

Contact

Kevin West
West@DigitalServerHost.com
DigitalServerHost.com

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选