com.usememra/memra
com.usememra/memraPersistent memory for AI agents. EU-hosted, privacy-first, hybrid recall, contradiction detection.
Tools · 7
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 …
Search memories in Memra by semantic similarity. Returns ranked results by relevance. Replaces memra_search.
Get a single memory by ID with full content. Use when you need the complete text of a memory (search results are truncated).
List memories in Memra for a namespace. Returns paginated results with filtering options.
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…
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…
Load agent bootstrap context from Memra. Returns priority-ordered memories for agent session initialization.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.usememra/memra": {
"url": "https://usememra.com/mcp",
"transport": "streamable-http"
}
}
}