SentinelScan Cloud MCP Server for Gemini CLI
io.github.vndpal/sentinelscan-cloud-mcp
Remote MCP server that returns sentiment analysis results from SentinelScan API.
client:Gemini CLI
transport:streamable-http
Install SentinelScan Cloud MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sentinelscan-cloud-mcp": {
"httpUrl": "https://sentinelscan-cloud-mcp.vercel.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs