Skip to content
Claude Code

Gemdex for Claude Code

io.github.nikships/gemdex

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

client:Claude Code transport:stdio runtime:npm

Install Gemdex in Claude Code

run in your project directory

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

claude mcp add gemdex -e GEMINI_API_KEY=<GEMINI_API_KEY> -e GEMDEX_MODE=<GEMDEX_MODE> -e LANCEDB_PATH=<LANCEDB_PATH> -e EMBEDDING_MODEL=<EMBEDDING_MODEL> -e GEMDEX_REMOTE_URL=<GEMDEX_REMOTE_URL> -e GEMDEX_REMOTE_TOKEN=<GEMDEX_REMOTE_TOKEN> -e GEMDEX_REMOTE_NAME=<GEMDEX_REMOTE_NAME> -e GEMDEX_TRUST_RANKING=<GEMDEX_TRUST_RANKING> -- npx -y gemdex-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

Gemdex in other clients