Mmcp.market

Nexusmem MCP server

by yaminbkk·io.github.yaminbkk/nexusmem·v0.10.5

Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.

A89/100grade A
What users say
No reviews yet
Be the first
Safety scan
A89/100

full report

Adoption
Growing

13 stars145 downloads/wk

Reviews

Write one

Nobody has reviewed Nexusmem yet.

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

Nexusmem tools (6, 1 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • get_status

    Report how many nodes NexusMem currently remembers for a repository, broken down by kind and source.

  • list_recent_memory

    List the most recently remembered items for a NexusMem-tracked repository -- git commits, code diffs, shell commands, tracked docs, and (if enabled) conversation transcripts, session summaries, and github.com issue/PR threads -- newest first. Chronological, not relevance-ranked: use search_memory instead for a specific question.

  • list_stale_suggestions

    List open contradiction verdicts for a NexusMem-tracked repository -- candidates flagged by "nexusmem stale --check-contradictions" (or automatically during sync) as likely superseded by a newer, similar node. Nothing has been written yet; use resolve_stale_suggestion to act on one.

  • resolve_stale_suggestion

    "accept" writes a supersede link from candidateId to againstId (the same effect as "nexusmem mark-stale") -- the ranker down-weights candidateId from then on but never deletes it. "dismiss" silences the suggestion without changing ranking, so it stops resurfacing on future stale/sync runs.

  • search_memorywrite action

    Search a NexusMem-tracked repository's remembered history: git commits, code diffs (the patch of each changed file), shell commands, tracked markdown docs, and (if enabled) conversation transcripts, per-session summaries, and github.com issue/PR threads. Returns a token-budgeted, ranked context block -- not raw search results.

  • sync_project

    Ingest new git, diff, shell, docs and (if enabled) conversation and github.com issue/PR history for a NexusMem-tracked repository into its local database. Pass pruneSource or pruneStaleShell instead to delete a dead source's nodes (e.g. the pre-hook shell scrape) rather than syncing -- dry-run unless yes is also true, since this is an irreversible full wipe of that source.

Public scan report

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

no findings
  • Code scan3 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 qualitylocal package, no credentials required12/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10
Overall 89/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

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

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

Nexusmem: common questions

Is Nexusmem MCP server safe?
Yes, by our scan: it is graded A (89/100). Read the Nexusmem safety report
How do I install Nexusmem?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Nexusmem need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Nexusmem maintained?
The last commit was in the last day (2026-09-19). The latest release is v0.10.5.
What can I use instead of Nexusmem?
Servers from other publishers that do the same job: Bettermemory MCP server, my-pi MCP server and Palinode MCP server. Compare all Nexusmem alternatives.

Alternatives to Nexusmem

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

All Nexusmem alternatives →
  • Bettermemory
    Memory for coding agents, checked against the filesystem and git before it is believed.
    A
  • my-pi
    Local-first MCP runtime for coding agents with safe workspace access, AST/LSP navigation, and Git.
    A
  • Palinode
    Inspectable, correctable project memory in git-versioned Markdown for AI agents.
    C
  • diffctx
    Selects the minimum code an LLM needs to review a git diff
    A
  • komnet
    Lets AI coding agents coordinate asynchronously through a private git repository. No server.
    A

More from yaminbkk