Skip to content
Cline

Gemdex for Cline

io.github.nikships/gemdex

Persistent memory layer for AI coding agents: save, recall, update via Gemini plus LanceDB

client:Cline transport:stdio runtime:npm

Install Gemdex in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gemdex": {
      "command": "npx",
      "args": [
        "-y",
        "gemdex-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "GEMDEX_MODE": "<GEMDEX_MODE>",
        "LANCEDB_PATH": "<LANCEDB_PATH>",
        "EMBEDDING_MODEL": "<EMBEDDING_MODEL>",
        "GEMDEX_REMOTE_URL": "<GEMDEX_REMOTE_URL>",
        "GEMDEX_REMOTE_TOKEN": "<GEMDEX_REMOTE_TOKEN>",
        "GEMDEX_REMOTE_NAME": "<GEMDEX_REMOTE_NAME>",
        "GEMDEX_TRUST_RANKING": "<GEMDEX_TRUST_RANKING>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Gemdex in other clients