Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 10:40:47 PM
Memwyre
User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenβt run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β check back soon.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
Memwyre is an open-source, universal memory infrastructure and persistent knowledge retrieval layer for Large Language Models (LLMs), AI agents, and custom applications.
Rather than treating AI as stateless and losing context every time you switch between ChatGPT, Claude, Cursor, or different agent environments, Memwyre sits externally as a unified personal brain. It securely ingests, chunks, and structures your documents, web pages, conversations, and workflowsβmaking them instantly retrievable across your entire AI toolchain.
Quickstart
π§βπ» I want to connect my AI tools
Build your own external memory layer using our consumer-facing dashboard or browser extension, and plug it directly into Cursor, VS Code, or Claude Desktop via MCP:
Decoupled Persistent Memory: Acts as an external, LLM-agnostic memory layer. Your knowledge base follows you whether you are using OpenAI, Google Gemini, Anthropic Claude, or local model configurations.
Dynamic Context Pruning & Recency Decay: Utilizes an Ebbinghaus-inspired logarithmic decay to deprecate outdated or contradictory user preferences chronologically, keeping context sizes optimized.
Approval-Based Inbox Flow: Introduces a memory dashboard inbox, allowing you to review, edit, approve, or reject auto-captured memories before committing them to long-term vector indexes.
Project-Scoped Containerization: Restricts vector searches and factual associations to specific workspaces or project scopes, providing robust multi-tenant containerization.
Ecosystem Tiers
Memwyre provides multiple ways to ingest and retrieve information:
1. Web Application & Dashboard (Deployed on memwyre.tech): The main web app written in Vue 3 (Vite + Tailwind CSS), incorporating an onboarding tour, Monaco Editor for document management, billing integration, and a visual retrieval simulator to debug and verify vector rankings.
2. Chrome Extension (Manifest V3) (Available on Chrome Web Store): Auto-injects context into web chat clients, maps authentication tokens, and allows users to save articles, code snippets, or conversational logs directly to their vault with a single click.
3. Model Context Protocol (MCP) Server: A Python server mapping memory tools (search_memory, save_memory, get_document) directly into IDEs like Cursor and VS Code, or desktop assistants like Claude Desktop.
4. CLI Tool: A Node-based Command Line Interface (cli/) providing terminal-level interaction, query testing, and batch document uploads.
5. OpenClaw Plugin: A dedicated integration module (openclaw-plugin/) allowing multi-agent platforms to interface directly with the Memwyre memory vault.
System Architecture & Core Workflows
High-Level Components
Memwyre connects user clients to local or cloud vector search services and AI providers:
Ingesting a memory triggers background worker tasks to process, embed, and structure raw data asynchronously:
mermaid
sequenceDiagram
participant User
participant API as FastAPI API
participant Worker as Celery Worker
participant LLM as LLM/Embedding Provider
participant Vector as Pinecone/ChromaDB
participant DB as PostgreSQL/SQLite
User->>API: POST /memory (Raw Text Content)
API->>DB: Save Memory (Status: Pending)
API->>Worker: Dispatch Ingest Task
API-->>User: 202 Accepted (In progress)
Note over Worker: Asynchronous Processing
Worker->>LLM: Metadata Extraction (Titles, Tags)
Worker->>Worker: Semantic Chunking (Overlapping Splits)
loop Parallel Enrichment
Worker->>LLM: Enrich Chunk (Q&A Pairs, Summaries)
Worker->>LLM: Extract SPO Facts (Subject-Predicate-Object)
end
Worker->>Vector: Batch Upsert Embeddings (Chunks + Facts)
Worker->>DB: Write Chunks & Facts (Linked to Memory)
Worker->>DB: Update Memory Status (Approved/Active)
Parallelized Retrieval (RAG)
Retrieval queries run exact relational Fact lookups and fuzzy Semantic Search in parallel to feed LLM contexts with ultra-low latency:
mermaid
sequenceDiagram
participant User
participant API as FastAPI API
participant RetSvc as RetrievalService
participant Vector as Vector Store
participant DB as Relational DB
participant LLM as GenAI Model
User->>API: Chat Query / RAG Trigger
API->>RetSvc: search_memories(Query, project_id)
par State Fact Lookups
RetSvc->>Vector: Vector Search (Factual matches)
RetSvc->>DB: SQL Filter (Valid & Non-superseded Facts)
and Semantic Search
RetSvc->>Vector: Vector Search (Chunk embeddings)
RetSvc->>RetSvc: MMR Re-ranking (Filter redundant chunks)
end
RetSvc->>RetSvc: Merge Results (State Facts + Chunk text)
RetSvc-->>API: Ranked Top-K Context Items
API->>LLM: Generate Answer (Prompt + Merged Context)
LLM-->>User: Streaming Response
The LoCoMo Benchmark Evaluation
The LoCoMo-10 (Long Conversational Memory) benchmark, introduced by Snap Research in "Evaluating Very Long-Term Conversational Memory of LLM Agents" (2024), evaluates AI agent systems on long-term memory, factual consistency, temporal alignment, and multi-hop reasoning over lengthy, multi-session dialog flows (up to 32 sessions and 26,000 tokens per conversation).
Performance Metrics (Memwyre vs. Flat Vector Systems)
No reviews yet β be the first to share how this listing worked for you.
Frequently Asked Questions about Memwyre
Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "memwyre": { "command": "npx", "args": ["-y", "Memwyre"] } }
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated βΎ
Server availabilityNot measured
Not scored for repo-hosted servers β we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.
Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10
A guidance signal from public completeness & health data β not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.
β Featured
AllMCPs Server
The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.
This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β proof is checked automatically, then reviewed by our team.
Free dofollow backlink: add your website and place the AllMCPs badge on it β no claim needed. We detect it automatically and keep it verified as long as the badge stays live.