Skip to content
Gemini CLI

looply for Gemini CLI

io.github.xie38388/looply

Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.

client:Gemini CLI transport:stdio runtime:npm

Install looply in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "looply": {
      "command": "npx",
      "args": [
        "-y",
        "looply-mcp-server"
      ],
      "env": {
        "LOOPLY_API_KEY": "<LOOPLY_API_KEY>",
        "LOOPLY_BASE_URL": "<LOOPLY_BASE_URL>",
        "DATABASE_URL": "<DATABASE_URL>"
      }
    }
  }
}

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

looply in other clients