dep for Gemini CLI
io.github.rog0x/dep
License check, outdated deps, security for AI agents
client:Gemini CLI
transport:stdio
runtime:npm
Install dep in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"dep": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-dep-tools"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs