heu mcp for Gemini CLI
io.github.lucav21/heu-mcp
HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs.
client:Gemini CLI
transport:stdio
runtime:pypi
Install heu mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"heu-mcp": {
"command": "uvx",
"args": [
"heu-mcp"
],
"env": {
"HEU_API_KEY": "<HEU_API_KEY>",
"HEU_BASE_URL": "<HEU_BASE_URL>",
"HEU_DOWNLOAD_DIR": "<HEU_DOWNLOAD_DIR>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs