ERP Report Engine for Gemini CLI
io.github.gulmezeren2-byte/erp-report-engine
Read-only MCP for the SQL database behind an ERP: provably read-only guard, public benchmark.
client:Gemini CLI
transport:stdio
runtime:pypi
Install ERP Report Engine in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"erp-report-engine": {
"command": "uvx",
"args": [
"erp-report-engine"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs