Sciple Platform for Gemini CLI
io.github.navaganeshr/sciple-mcp
Sciple platform MCP: services, dashboards, runbooks, tickets, environments, AWS cloud inventory.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Sciple Platform in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sciple-mcp": {
"command": "uvx",
"args": [
"sciple-mcp"
],
"env": {
"SCIPLE_PLATFORM_URL": "<SCIPLE_PLATFORM_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs