- Memra
Memra
Persistent memory for AI agents. EU-hosted (Helsinki), privacy-first, deterministic sub-100ms hybrid (semantic + BM25) recall with no LLM in the hot path. Write-time contradiction detection, supersede chains with audit trails, staleness signals on every result, token-budget recall, multi-tenant namespaces, PII masking. Remote Streamable HTTP endpoint: https://usememra.com/mcp — free tier, no credit card. Also in the official MCP registry as com.usememra/memra.
Overview
Memra MCP Server
Persistent memory for AI agents — remote MCP server. EU-hosted (Helsinki), privacy-first, deterministic sub-100ms recall with no LLM in the hot path.
Endpoint: https://usememra.com/mcp (Streamable HTTP) · Registry: com.usememra/memra · Free tier, no credit card.
What it gives your agent
- memra_remember / memra_recall — store facts, decisions, patterns; hybrid semantic + lexical (BM25) search that also matches exact identifiers and error codes
- Write-time contradiction detection — storing a fact that clashes with existing knowledge returns
conflicts[]so the agent can supersede the outdated one - Read-your-writes — every write returns a
revisiontoken; recall withwait_for_revisionis deterministic - memra_supersede + memra_history — memories retire with full audit chains instead of going stale
- Staleness signals — every result carries
staleness_score/last_confirmed; the agent decides what to trust - Token-budget recall —
max_tokens: 2000returns the best memories that fit your context window - memra_bootstrap — priority context at session start
- Multi-tenant namespaces, PII masking (7 EU language models), read-only scoped keys for subagents
Setup
Get an API key at usememra.com (free tier), then:
Claude Code
claude mcp add --transport http memra https://usememra.com/mcp --header "Authorization: Bearer memra_live_YOUR_KEY"
Cursor / Cline / any MCP client (mcp.json)
{
"mcpServers": {
"memra": {
"url": "https://usememra.com/mcp",
"headers": { "Authorization": "Bearer memra_live_YOUR_KEY" }
}
}
}
Fully offline alternative: pip install memra-local — same tools, SQLite + ONNX embeddings, zero cloud calls.
Docs
- llms-full.txt — complete machine-readable API reference
- OpenAPI · Changelog · Security · Data & privacy
SDKs: pip install memra-sdk · npm install @usememra/sdk · composer require memra/sdk
Server Config
{
"mcpServers": {
"memra": {
"url": "https://usememra.com/mcp",
"headers": {
"Authorization": "Bearer memra_live_YOUR_KEY"
}
}
}
}Project Info
Created At
6 days agoUpdated At
6 days agoAuthor Name
usememraStar
-Language
-License
-Tags
Homepage
https://github.com/usememra/mcpRecommend Servers
View AllCosta Rica Payments Mcp
@junter1989k-ai
2 days ago
Nepal Payments Mcp
@junter1989k-ai
2 days ago
Malta Payments Mcp
@junter1989k-ai
2 days ago
Egypt Payments Mcp
@junter1989k-ai
2 days ago
Australia Payments Mcp
@junter1989k-ai
2 days ago
Lithuania Payments Mcp
@junter1989k-ai
2 days ago
Rwanda Payments Mcp
@junter1989k-ai
2 days ago
Luxembourg Payments Mcp
@junter1989k-ai
2 days ago
Kazakhstan Payments Mcp
@junter1989k-ai
2 days ago
Hungary Payments Mcp
@junter1989k-ai
2 days ago
Tanzania Payments Mcp
@junter1989k-ai
2 days ago
Kenya Payments Mcp
@junter1989k-ai
2 days ago
Senegal Payments Mcp
@junter1989k-ai
2 days ago
Pakistan Payments Mcp
@junter1989k-ai
2 days ago
Qatar Payments Mcp
@junter1989k-ai
2 days ago