MCP Directory

TamiShaks-2/git-context-mcp

GitHub
Developer Tools

Local MCP server that provides structured Git repository analysis (project status, recent activity, code map, and risk hotspots) for AI coding agents.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y git-context-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from TamiShaks-2/git-context-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "git-context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "git-context-mcp"
      ]
    }
  }
}

Route TamiShaks-2/git-context-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add git-context-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use TamiShaks-2/git-context-mcp directly without routing

npx -y git-context-mcp

New to Agent-CoreX? View setup guide →

TamiShaks-2/git-context-mcp MCP Server — Agent-CoreX