Memra MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Memra MCP ServerRemember that our staging server uses port 8080 and the clients prefer async updates."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Memra MCP Server
Persistent memory for AI agents — remote MCP 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 oneRead-your-writes — every write returns a
revisiontoken; recall withwait_for_revisionis deterministicmemra_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 trustToken-budget recall —
max_tokens: 2000returns the best memories that fit your context windowmemra_bootstrap — priority context at session start
Multi-tenant namespaces, PII masking (7 EU language models), read-only scoped keys for subagents
Related MCP server: haksnbot-memory
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
SDKs: pip install memra-sdk · npm install @usememra/sdk · composer require memra/sdk
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Persistent AI memory with semantic search, conflict detection, and ticketing.
Persistent memory for AI agents. Search and store durable facts, preferences and decisions.
Persistent memory for AI agents. Search, store, and recall across sessions.
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI agents with persistent, searchable memory that survives across conversations using semantic search, temporal versioning, and smart organization. Enables long-term context retention and cross-session continuity for AI assistants.14-
- AlicenseNot gradedqualityDmaintenanceProvides persistent memory storage for AI agents with full-text search, tagging, and importance levels, enabling agents to store and retrieve memories efficiently.MIT
- AlicenseAqualityAmaintenanceProvides persistent, searchable memory for AI agents, enabling them to retain, recall, and reflect on information across conversations.191MIT

whimsicality-mcpofficial
AlicenseBqualityBmaintenanceProvides persistent memory for AI agents, including context storage, facts, plans, RAG search, code snippets, and conversation compaction, enabling state to survive across sessions and processes.148862MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/usememra/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server