Skip to content
Claude Desktop

Gemdex for Claude Desktop

io.github.nikships/gemdex

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

client:Claude Desktop transport:stdio runtime:npm

Install Gemdex in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Gemdex in other clients