Mmcp.market

Agenticmemory MCP server

by jyswee·io.github.jyswee/agenticmemory·v1.9.0

Persistent memory for AI agents — history, context, semantic search, queues. 17 tools, stdio/SSE.

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

full report

Adoption
Growing

1 stars79 downloads/wk

Reviews

Write one

Nobody has reviewed Agenticmemory yet.

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

Agenticmemory tools (17, 2 write)

write = sends, deletes, buys or posts
  • context_deletewrite actionFree

    Delete a context key.

  • context_getFree

    Get a context value by key.

  • context_listFree

    List all context keys and values in a space.

  • context_setFree

    Set a key-value context entry. Stores structured data (JSON or string).

  • entries_listFree

    List long-term memory entries. Filter by tags.

  • entry_addFree

    Add a long-term memory entry (summary, decision, extraction, artifact).

  • memory_bootstrapFree

    Load full context in one call: recent messages, entries, context, scratchpad. Run this at session start.

  • memory_clearFree

    Clear all messages in a memory space.

  • memory_recallFree

    Recall recent messages from conversation history. Returns newest first.

  • memory_searchFree

    Semantic search across past conversations. Finds by meaning, not keywords.

  • memory_storeFree

    Store a message in conversation history. Use for remembering what just happened.

  • memory_store_batchFree

    Store multiple messages at once.

  • queue_peekFree

    Peek at a queue without consuming: returns length and the head envelope.

  • queue_popFree

    Dequeue the oldest envelope from a FIFO queue (returns null if empty). Set wait (max 25s) to long-poll for the next envelope.

  • queue_pushFree

    Enqueue a JSON envelope onto a FIFO queue in a memory space. Use to send work/events to other agents sharing the space.

  • spaces_createwrite actionFree

    Create a new memory space.

  • spaces_listFree

    List all memory spaces owned by this API key.

Public scan report

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

1 medium
  • Code scan26 source files scanned20/25
  • Live reliabilityremote reachable in 2229ms17/20
  • Tool poisoning17 tool descriptions checked15/15
  • Auth qualityAPI key sent as a header8/15
  • Maintenancelast push 12 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10

Findings (1)

  • mediumHeavily hex-escaped string (obfuscation)obf.hex-density
    dist/commands/auth.js: …16=function(_0x31b602){const _0xc9c2da='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x296cab='',_0x1c8c6c='';for(let …
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http agenticmemory https://mcp.agenticmemory.ai/sse
Add to Cursor

Agenticmemory: common questions

Is Agenticmemory MCP server safe?
Mostly: it is graded B (83/100). Read the Agenticmemory safety report
How do I install Agenticmemory?
It runs remotely at mcp.agenticmemory.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Agenticmemory need an API key?
Yes. The registry entry asks for AGMRY_API_KEY, Authorization.
Is Agenticmemory maintained?
The last commit was 12 days ago (2026-09-07). The latest release is v1.9.0.
Is Agenticmemory up?
100% of our last 2 checks got an answer. We check remote servers about four times a day.
What can I use instead of Agenticmemory?
Servers from other publishers that do the same job: Octobrain MCP server, Marm MCP server and Neuromcp MCP server. Compare all Agenticmemory alternatives.

Alternatives to Agenticmemory

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

All Agenticmemory alternatives →
  • Octobrain
    Persistent memory for AI assistants with semantic search and knowledge graph relationships.
    A
  • Marm
    Universal MCP Server with advanced AI memory capabilities and semantic search.
    A
  • Neuromcp
    Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation
    B
  • Socraticode
    MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.
    B
  • Misakanet
    Failure-memory layer for coding agents: search evidence-rated failure lessons by error text.
    A

More from jyswee