Intelligent code versioning (snapshots) and automatic documentation generator. With CLI, REST API, and MCP support.
Server Config
{
"mcpServers": {
"gencodedoc": {
"command": "/path/to/poetry-venv/bin/python",
"args": [
"-m",
"gencodedoc.mcp.server_stdio"
],
"env": {
"PROJECT_PATH": "/path/to/your/target-project"
}
}
}
}