Agentic Code Intelligence Engine — MCP server that converts Git history into stakeholder-ready engineering reports with 18+ productivity metrics
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentic-code-reporti": {
"command": "npx",
"args": [
"-y",
"shlokkakde/Agentic-Code-Reporting-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add agentic-code-reporti npx -y shlokkakde/Agentic-Code-Reporting-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentic-code-reporti": {
"command": "npx",
"args": [
"-y",
"shlokkakde/Agentic-Code-Reporting-MCP-Server"
]
}
}
}