Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.usememra/memra

com.usememra/memra

Persistent memory for AI agents. EU-hosted, privacy-first, hybrid recall, contradiction detection.

Uptime
100.0%
1 direct probes · 30d
Response
488ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

memra_remember

Store one or many memories in Memra. Single mode: pass content + namespace. Decision mode: pass type=decision with content + namespace (optionally context). Pattern mode: pass type=pattern with title …

memra_recall

Search memories in Memra by semantic similarity. Returns ranked results by relevance. Replaces memra_search.

memra_get

Get a single memory by ID with full content. Use when you need the complete text of a memory (search results are truncated).

memra_list

List memories in Memra for a namespace. Returns paginated results with filtering options.

memra_supersede

Replace a memory with new content. The old memory is marked superseded and stops appearing in search; the new memory inherits the old memory's type, importance, tags, source and metadata unless overri…

memra_history

View the full supersession chain for a memory (oldest to newest). Use this when you need to audit how a fact or decision evolved over time — e.g., the user asks "why did we change X?", you need to und…

memra_bootstrap

Load agent bootstrap context from Memra. Returns priority-ordered memories for agent session initialization.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.usememra/memra": {
      "url": "https://usememra.com/mcp",
      "transport": "streamable-http"
    }
  }
}