Skip to content
Gemini CLI

WitWiki for Gemini CLI

app.witwiki/witwiki

A shared team wiki your coding agents read and write — across every repo and every MCP client.

client:Gemini CLI transport:streamable-http

Install WitWiki in Gemini CLI

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

{
  "mcpServers": {
    "witwiki": {
      "httpUrl": "https://api.witwiki.app/mcp"
    }
  }
}

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

WitWiki in other clients