Skip to content
Gemini CLI

clappia mcp for Gemini CLI

io.github.clappia-dev/clappia-mcp

An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics

client:Gemini CLI transport:stdio runtime:oci

Install clappia mcp 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": {
    "clappia-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/okaru413/clappia-mcp:1.0.1"
      ],
      "env": {
        "CLAPPIA_API_KEY": "<CLAPPIA_API_KEY>"
      }
    }
  }
}

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

clappia mcp in other clients