mcp for Gemini CLI
io.github.entropy0dev/mcp
Entropy0 MCP server — source trust and URL safety tools for AI agents
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@entropy0/mcp"
],
"env": {
"ENTROPY0_API_KEY": "<ENTROPY0_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs