agentscore for Gemini CLI
io.github.thezenmonster/agentscore
MCP security trust layer: scan packages, inspect repos, check exposure, monitor changes.
client:Gemini CLI
transport:stdio
runtime:npm
Install agentscore in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentscore": {
"command": "npx",
"args": [
"-y",
"@agentscore-xyz/mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs