Skip to content
Gemini CLI

Manifold for Gemini CLI

io.github.nonchan7720/manifold

MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint

client:Gemini CLI transport:stdio runtime:oci

Install Manifold 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": {
    "manifold": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nonchan7720/manifold:v1.15.0"
      ],
      "env": {
        "ENCRYPT_KEY": "<ENCRYPT_KEY>",
        "SERVER_NAME": "<SERVER_NAME>"
      }
    }
  }
}

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

Manifold in other clients