Local MCP server that provides structured Git repository analysis (project status, recent activity, code map, and risk hotspots) for AI coding agents.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y git-context-mcpAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add git-context-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use TamiShaks-2/git-context-mcp directly without routing
npx -y git-context-mcpNew to Agent-CoreX? View setup guide →