githost-mcp

TadMSTR/githost-mcp
★ 0 stars Python 💻 Code/Dev Tools Updated today
Unified local + multi-provider git MCP server with per-agent audit trail
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "githost-mcp": {
      "command": "uvx",
      "args": [
        "githost-mcp"
      ]
    }
  }
}

Or install with pip: pip install githost-mcp

README Excerpt

Unified local + multi-provider git MCP server with a per-agent audit trail as a first-class feature. Every tool call is tagged with the caller agent (`AGENT_ID`), written to a structured JSONL audit log, and write operations emit agent-bus events. Local git operations run entirely through gitpython — no subprocess, no injection risk.