Mmcp.market

Gemdex MCP server

by nikships·io.github.nikships/gemdex·v1.0.47

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

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

4 stars5 downloads/wk

Reviews

Write one

Nobody has reviewed Gemdex yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Gemdex tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan59 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Gemdex repository's README, as published. We do not edit it. Read it on GitHub

A global, persistent memory layer for AI coding agents — Gemini embeddings × LanceDB × MCP

⭐ Star on GitHub · 📦 npm · 💬 Discussions · 🐛 Issues

Why Gemdex

Your agent re-learns everything every session. You explained your deploy flow

last week; today it has no idea. Gemdex gives it durable memory you write

on purpose — once, recallable everywhere.

A memory layer is a deliberately written, persistent store that is the source of truth. You teach your agent something once, and it remembers forever, across every repo and every session.

update_memory. No silent capture, no background recall.

  • 🧠 You decide what to remember — explicit save_memory / recall /

scopes, no folders, no tags; embeddings do the disambiguation.

  • 🌍 One global pool — every memory is searchable from everywhere. No

chunks, but recall always returns the full memory, never a fragment.

  • 🔎 Sharp recall, whole answers — hybrid semantic + BM25 over internal

(Claude Code, Cursor, Codex CLI, Windsurf, Cline, Continue, Zed…) works instantly.

  • 🔌 Plug-and-play — speaks MCP over stdio, so any compatible client

LanceDB at ~/.gemdex, or run the whole stack on infrastructure you own with one command and share one memory pool across every machine.

  • 🪶 Local by default, self-hosted when you want more — start with embedded

Google login) to browse / edit / delete / export / import, and to upload chat transcripts.

  • 🌐 Browser manager — the self-hosted stack ships a web UI (behind your

The motivating workflows

During a session:
  "We just figured out how to wire up the Junie review workflow — save that to memory."

Weeks later, a different repo:
  "Set up the Junie review workflow here — check your memory layer for how we do it."

Different machine, different app:
  "Notarize and sign this build — the credentials and steps are in my memory layer."

Two ways to run it

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y gemdex-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add gemdex -- npx -y gemdex-mcp
Add to Cursor

Gemdex: common questions

Is Gemdex MCP server safe?
Mostly: it is graded B (83/100). Read the Gemdex safety report
How do I install Gemdex?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Gemdex need an API key?
Yes. The registry entry asks for GEMINI_API_KEY, GEMDEX_REMOTE_TOKEN.
Is Gemdex maintained?
The last commit was in the last day (2026-09-23). The latest release is v1.0.47.
What can I use instead of Gemdex?
Servers from other publishers that do the same job: Prism Coder MCP server, Deja Vu MCP server and State Memory MCP server. Compare all Gemdex alternatives.

Alternatives to Gemdex

Same job from other publishers: the closest match first, then the best rated.

All Gemdex alternatives →
  • Prism Coder
    Session memory for coding agents: local-first recall, drift detection, on-device inference.
    C
  • Deja Vu
    deja-vu: local memory over the session histories of thirty-four coding agents.
    A
  • State Memory MCP
    Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.
    A
  • Knowl
    Persistent memory for Claude Code, Cursor and Codex. Facts retire when they change.
    A
  • Hypermnesia
    Persistent memory for AI agents — 36 cited neuroscience mechanisms, local-first, hybrid retrieval.
    A

More from nikships →