Skip to content
Gemini CLI

mcp event presence index for Gemini CLI

com.mambabuilt/mcp-event-presence-index

Find the conferences and trade shows a company publicly says it attends, from its domain.

client:Gemini CLI transport:stdio runtime:npm

Install mcp event presence index 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": {
    "mcp-event-presence-index": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-event-presence-index"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

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

mcp event presence index in other clients