Skip to main content
ClaudeWave

Memra MCP server — persistent memory for AI agents. EU-hosted, privacy-first, hybrid recall with no LLM in the hot path.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/8/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · memra-local
Claude Code CLI
claude mcp add mcp -- python -m memra-local
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "python",
      "args": ["-m", "memra-local"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install memra-local
Use cases

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.

Featured on ClaudeWave: usememra/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/usememra-mcp)](https://claudewave.com/repo/usememra-mcp)
<a href="https://claudewave.com/repo/usememra-mcp"><img src="https://claudewave.com/api/badge/usememra-mcp" alt="Featured on ClaudeWave: usememra/mcp" width="320" height="64" /></a>

More MCP Servers

mcp alternatives