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
{
"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