Skip to content
Gemini CLI

GoMind for Gemini CLI

com.gominddb/gomind

Persistent knowledge graph for AI agents. Remember, recall, and forget facts.

client:Gemini CLI transport:streamable-http

Install GoMind in Gemini CLI

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

{
  "mcpServers": {
    "gomind": {
      "httpUrl": "https://mcp.gominddb.com"
    }
  }
}

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

GoMind in other clients