InsForge for Gemini CLI
io.github.insforge/insforge-mcp
MCP server for InsForge BaaS — database, storage, edge functions, and deployments
client:Gemini CLI
transport:streamable-http
runtime:npm
Install InsForge in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"insforge-mcp": {
"httpUrl": "https://mcp.insforge.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs