Skip to content
Cursor

Gemdex for Cursor

io.github.nikships/gemdex

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

client:Cursor transport:stdio runtime:npm

Install Gemdex in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "gemdex": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Gemdex in other clients