Skip to content
Gemini CLI

Ceraph for Gemini CLI

dev.ceraph/react-native-mcp

MCP server for agent-driven React Native and Expo development and mobile testing

client:Gemini CLI transport:stdio runtime:npm

Install Ceraph in Gemini CLI

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

{
  "mcpServers": {
    "react-native-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ceraph/react-native-mcp"
      ]
    }
  }
}

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

Ceraph in other clients