AppCrane for Gemini CLI
io.github.gitayg/appcrane
Deploy and manage apps on your own AppCrane instance, the self-hosted PaaS for AI-built apps.
client:Gemini CLI
transport:stdio
runtime:npm
Install AppCrane in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"appcrane": {
"command": "npx",
"args": [
"-y",
"appcrane-mcp"
],
"env": {
"APPCRANE_URL": "<APPCRANE_URL>",
"APPCRANE_KEY": "<APPCRANE_KEY>",
"APPCRANE_GITHUB_TOKEN": "<APPCRANE_GITHUB_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs