Skip to content
Gemini CLI

context pod for Gemini CLI

io.github.heidiec/context-pod

Persistent context for AI agents built fromlearned vectors with certainty scores.

client:Gemini CLI transport:sse

Install context pod in Gemini CLI

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

{
  "mcpServers": {
    "context-pod": {
      "url": "https://context.nervousmachine.com/mcp"
    }
  }
}

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

context pod in other clients