Skip to content
Gemini CLI

appcraft for Gemini CLI

io.github.terminalis/appcraft

Deterministic Android app compiler — agents write a YAML model, the compiler emits the native app.

client:Gemini CLI transport:stdio runtime:npm

Install appcraft in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "appcraft": {
      "command": "npx",
      "args": [
        "-y",
        "@appcraft-io/mcp-server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

appcraft in other clients