Mmcp.market

Cuemap MCP server

by cuemap-dev·io.github.cuemap-dev/cuemap-mcp·v0.7.4

Local memory and context retrieval for AI agents through CueMap.

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

full report

Adoption
Growing

1 stars181 downloads/wk

Reviews

Write one

Nobody has reviewed Cuemap yet.

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

Cuemap tools (31, 3 write)

write = sends, deletes, buys or posts

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

  • cuemap_add

    Store a natural-language memory in CueMap. Uses the repository-scoped default project unless one is supplied, creates it when needed, and applies deterministic cue extraction plus any cues and metadata.

  • cuemap_alias_add

    Add a manual weighted mapping from one cue to another.

  • cuemap_alias_list

    List manual cue aliases associated with one cue.

  • cuemap_alias_merge

    Merge multiple cues into one canonical cue. Set confirmed=true only after explicit user confirmation.

  • cuemap_ingest_content

    Explicitly ingest supplied raw content into CueMap. Use only when the user asks to persist that content.

  • cuemap_ingest_file

    Explicitly ingest one local file into CueMap. Use only for a file the user has placed in scope and asked to ingest.

  • cuemap_ingest_url

    Explicitly ingest content from a URL, optionally crawling same-domain links. Use only when the user asks to ingest that URL.

  • cuemap_init

    Apply a user-confirmed repository ingestion scope and start CueMap's incremental filesystem watcher. Always call cuemap_init_preview first for a new repository and obtain explicit user confirmation before setting confirmed=true.

  • cuemap_init_preview

    Preview supported repository files without ingesting content. Call this before first-time repository initialization, present the grouped paths to the user, and ask them to confirm or adjust the selection before calling cuemap_init.

  • cuemap_intent_classify

    Classify text with CueMap's local intent model and return recall/memory eligibility signals. Scores are ranking signals, not calibrated probabilities.

  • cuemap_lexicon_deletewrite action

    Permanently delete one Lexicon entry. Set confirmed=true only after explicit user confirmation.

  • cuemap_lexicon_graph

    Read the current Lexicon graph for a project.

  • cuemap_lexicon_inspect

    Inspect one cue and its Lexicon relationships.

  • cuemap_lexicon_wire

    Manually wire a token to a canonical Lexicon cue.

  • cuemap_memory_deletewrite action

    Permanently delete one CueMap memory. Set confirmed=true only after explicit user confirmation.

  • cuemap_memory_get

    Get one stored memory as readable text with source metadata. Pass the memory_id and owning project_id from recall as memory_id and project. Does not expand neighbors or read live source files.

  • cuemap_memory_reinforce

    Reinforce one CueMap memory, optionally along specific cue pathways.

  • cuemap_project_artifacts

    Inspect CueBridge artifact metadata for a CueMap project without reloading or mutating it.

  • cuemap_project_export

    Export a cursor-paginated page of memories from a CueMap project.

  • cuemap_project_load

    Load a persisted CueMap project into RAM before a latency-sensitive operation. Normal project requests load automatically, so use this for explicit warm-up.

  • cuemap_project_packwrite action

    Write a ready-to-query .cuemap package for one project to a local file. The package contains sensitive project content; use only after the user explicitly approves the exact output path.

  • cuemap_project_package_load

    Install and warm a local .cuemap package. Use only after the user explicitly approves the exact package path; existing projects are never overwritten.

  • cuemap_project_pull

    Download, install, and warm a .cuemap package with the engine host's configured AWS CLI. Use only after explicit approval of the exact S3 source; existing projects are never overwritten.

  • cuemap_project_push

    Pack and upload a CueMap project with the engine host's configured AWS CLI. Use only after explicit approval of the exact S3 destination; an existing object at that URI may be replaced.

  • cuemap_project_save

    Persist the current state of a CueMap project without unloading it. Package operations save automatically; use this only when an explicit durable checkpoint is useful.

  • cuemap_project_sync

    Fast-forward a project through immutable history at an S3 sync root. Pushes local-only changes, pulls remote-only changes, and refuses divergent histories or stale concurrent writes. Use only after explicit approval of the project and exact S3 root.

  • cuemap_project_unload

    Persist and unload a CueMap project from RAM to reduce memory use. Use only when the user explicitly asks to unload or free inactive project memory; active projects return a retryable busy error.

  • cuemap_projects

    List CueMap projects, summary metadata, and whether each project is currently loaded in RAM.

  • cuemap_recall

    Recall evidence for a focused question; follow up with narrower queries as needed. Returns engine JSON with project_id and memory_id handles, source metadata, and requested diagnostics in text and structuredContent. Use handles with cuemap_memory_get when the stored record is needed. Hybrid locally reranks lexical candidates. Start with a small limit and depth 1; enable reconstruction only when su

  • cuemap_stats

    Read CueMap statistics for the repository-scoped project or globally across the engine.

  • cuemap_status

    Check CueMap background ingestion progress for a project. After cuemap_init, poll this tool until verified_complete is true. An initial idle status with 0/0 writes is not proof that ingestion completed.

Public scan report

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

no findings
  • Code scan4 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 owner7/10
Overall 91/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 cuemap-mcp on your machine. Read the scan report first; the gateway never runs local packages.

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

Cuemap: common questions

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

Alternatives to Cuemap

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

  • Hypermnesia
    Persistent memory for AI agents — 36 cited neuroscience mechanisms, local-first, hybrid retrieval.
    A

More from cuemap-dev