Skip to content
Gemini CLI

contactapi for Gemini CLI

io.github.kozmos-tech/contactapi

An open-source API for collecting and managing contacts and signups.

client:Gemini CLI transport:stdio runtime:npm

Install contactapi in Gemini CLI

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

{
  "mcpServers": {
    "contactapi": {
      "command": "npx",
      "args": [
        "-y",
        "@kozmos-tech/contactapi"
      ]
    }
  }
}

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

contactapi in other clients