AutoDoc is an MCP server of type stdio that automatically analyzes Git commits and generates structured daily CSV reports.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"autodoc-mcpserver": {
"command": "npx",
"args": [
"-y",
"IseduardoRezende/AutoDoc-McpServer"
]
}
}
}
Run in terminal:
claude mcp add autodoc-mcpserver npx -y IseduardoRezende/AutoDoc-McpServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"autodoc-mcpserver": {
"command": "npx",
"args": [
"-y",
"IseduardoRezende/AutoDoc-McpServer"
]
}
}
}