Memra MCP server — persistent memory for AI agents. EU-hosted, privacy-first, hybrid recall with no LLM in the hot path.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add mcp -- python -m memra-local{
"mcpServers": {
"mcp": {
"command": "python",
"args": ["-m", "memra-local"]
}
}
}MCP Servers overview
# Memra MCP Server
Persistent memory for AI agents — remote [MCP](https://modelcontextprotocol.io) server. EU-hosted (Helsinki), privacy-first, deterministic 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 `revision` token; recall with `wait_for_revision` is 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: 2000` returns 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](https://usememra.com) (free tier), then:
**Claude Code**
```bash
claude mcp add --transport http memra https://usememra.com/mcp --header "Authorization: Bearer memra_live_YOUR_KEY"
```
**Cursor / Cline / any MCP client** (`mcp.json`)
```json
{
"mcpServers": {
"memra": {
"url": "https://usememra.com/mcp",
"headers": { "Authorization": "Bearer memra_live_YOUR_KEY" }
}
}
}
```
**Fully offline alternative:** [`pip install memra-local`](https://github.com/usememra/memra-local) — same tools, SQLite + ONNX embeddings, zero cloud calls.
## Docs
- [llms-full.txt](https://usememra.com/llms-full.txt) — complete machine-readable API reference
- [OpenAPI](https://usememra.com/docs/openapi.json) · [Changelog](https://usememra.com/changelog) · [Security](https://usememra.com/security) · [Data & privacy](https://usememra.com/data-privacy)
SDKs: [`pip install memra-sdk`](https://github.com/usememra/memra-python) · [`npm install @usememra/sdk`](https://github.com/usememra/sdk-typescript) · [`composer require memra/sdk`](https://github.com/usememra/sdk-php)
What people ask about mcp
What is usememra/mcp?
+
usememra/mcp is mcp servers for the Claude AI ecosystem. Memra MCP server — persistent memory for AI agents. EU-hosted, privacy-first, hybrid recall with no LLM in the hot path. It has 0 GitHub stars and its last recorded update is dated 2026-09-07.
How do I install mcp?
+
You can install mcp by cloning the repository (https://github.com/usememra/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is usememra/mcp safe to use?
+
Our security agent has analyzed usememra/mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains usememra/mcp?
+
usememra/mcp is maintained by usememra. The last recorded GitHub activity is dated 2026-09-07, with 0 open issues.
Are there alternatives to mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!