Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Mnemostack
Mnemostack logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 12:32:32 AM

Mnemostack

User RatingsBe the first to rate and review this MCP server!
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).Visit Website
memoryragqdrantknowledge-graphretrieval

Adds durable hybrid memory with semantic, BM25, temporal, and optional graph retrieval over self-hosted Qdrant.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "udjin-labs-mnemostack": {
      "command": "uvx",
      "args": [
        "mnemostack"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The udjin-labs/mnemostack MCP server provides durable memory and retrieval for AI agents through a self-hosted Qdrant backend, with optional Memgraph support. It combines vector, BM25, temporal, and graph recall using reciprocal rank fusion, then applies additional ranking stages. MCP tools cover health checks, search, answer generation, feedback, and graph operations. Reach for it when agents need persistent, scoped memory across sessions, or when mixed-corpus retrieval needs more than vector similarity.

Use cases

•Persist agent memory across sessions and context compaction
•Search mixed documents with semantic, keyword, and temporal retrieval
•Scope shared knowledge stores by tenant, user, or project
•Generate cited answers from an indexed corpus
•Track and query time-aware graph facts

Key features

•Hybrid vector, BM25, temporal, and graph retrieval
•Reciprocal rank fusion with multi-stage reranking
•Qdrant-backed persistent storage
•Optional Memgraph knowledge graph
•MCP tools for search, answers, feedback, and graph operations
•Payload filters for scoped retrieval

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Mnemostack.

Extracted Tool Capabilities
Hybrid vector, BM25, temporal, and graph retrieval
Reciprocal rank fusion with multi-stage reranking
Qdrant-backed persistent storage
Optional Memgraph knowledge graph
MCP tools for search, answers, feedback, and graph operations
Payload filters for scoped retrieval

How Mnemostack works

What udjin-labs/mnemostack MCP server does

The udjin-labs/mnemostack MCP server exposes a persistent retrieval layer for agents and applications. It stores and searches information in a Qdrant collection, with optional Memgraph integration for graph-backed facts. The system is intended for long-running agents whose useful context may disappear during compaction or between sessions, but it also supports document search, RAG over mixed corpora, multi-tenant knowledge stores, and time-aware retrieval.

Its retrieval model combines several signals rather than relying on embeddings alone. Vector search handles semantic similarity, BM25 supports keyword matches, temporal retrieval accounts for time, and Memgraph can provide graph recall when configured. Reciprocal rank fusion combines the result lists. Payload filters can scope retrieval by user, tenant, or project, helping separate records within a shared collection.

How it works

The MCP server uses the same engine available through the Python library and HTTP service. An agent sends a query through an MCP tool, and the configured retrievers run in parallel. The resulting lists are fused and passed through an eight-stage ranking pipeline. The pipeline can account for query classification, exact-token matches, freshness, graph relationships, and other ranking signals described by the project.

The main recall output contains ordered results with source, score, and provenance. Result order should be treated as authoritative: the documented score is not a universal similarity or confidence value and should not be used to reorder results. An optional language-model answer path can synthesize responses with confidence information and citations. Feedback can be sent back to the system, while graph tools can query or add triples when Memgraph is enabled.

Setup and configuration

Install the MCP extra with pip install 'mnemostack[mcp]'. A local Qdrant instance is required for the vector store; the README shows running Qdrant on port 6333 with Docker. Memgraph is optional and can be run on port 7687 for graph-backed memory.

Start the server with mnemostack mcp-serve, supplying a provider and collection, for example --provider gemini --collection my-memory. The documented Gemini setup uses GEMINI_API_KEY. Client configuration passes the same server command and its arguments to the MCP client. Claude Desktop and Cursor are named as supported MCP-capable clients in the project documentation.

After startup, use the indexing command to load notes, documents, transcripts, or project context into a collection. The command-line search and answer operations can test retrieval against that collection before connecting an agent.

Tools and capabilities

The udjin-labs/mnemostack MCP server lists six MCP tools:

  • health for service health checks.
  • search for retrieving relevant memory.
  • answer for answer generation over retrieved content.
  • feedback for sending retrieval feedback.
  • graphquery for graph queries.
  • graphaddtriple for adding graph triples.

The broader package also provides an HTTP API and Python library over the same collection, but those interfaces are separate from MCP. The HTTP service includes endpoints for recall, answers, feedback, memory lifecycle operations, triples, health, metrics, and documentation.

Limitations and notes

Qdrant is part of the required self-hosted storage setup, and graph functionality depends on the optional Memgraph service. Answer synthesis requires a configured language-model provider; the documented quickstart uses Gemini and its API key. The project is actively developed, although the README states that its public API is stable and that breaking changes are uncommon. Non-interactive collection recreation requires the --yes option because the default flow asks for confirmation.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Memora logoMemora

    Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

    🧠 Knowledge & Memory2 views
    Compare vs Memora →
  • Penfield MCP logoPenfield MCP

    Penfield: persistent memory with hybrid search (BM25 + vector + graph), 24 relationship types for knowledge graphs, context checkpoints for cognitive handoff, artifact storage, and personality system. Works across Claude, Cursor, Windsurf, and any MCP client.

    🧠 Knowledge & Memory3 views
    Compare vs Penfield MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
7
Stargazers on the source repository.
Last commit
7d ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Mnemostack

Run `pip install 'mnemostack[mcp]'`, then start it with `mnemostack mcp-serve` and a provider and collection.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMnemostack AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/udjin-labs-mnemostack?style=directory)](https://allmcps.com/mcp/udjin-labs-mnemostack)
HTML Embed
<a href="https://allmcps.com/mcp/udjin-labs-mnemostack"><img src="https://allmcps.com/api/badge/udjin-labs-mnemostack?style=directory" alt="Mnemostack on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingBring your own API key (usage-based cost)
More technical detailsExpand ā–¾
TransportSTDIO
RuntimePython
AuthAPI key
LicenseApache-2.0
ClientsClaude Desktop, Cursor
Last updatedSep 5, 2026
8/9 checks healthy over the last 31d
Views4
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 stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
Last commit7d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 3, 2026
56Quality signal: Good Ā· 56/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 & tools25/30
Adoption & activity6/15
Community engagement1/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev Ā· mnemostack (PyPI)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

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.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Mnemostack →Install in Claude DesktopInstall in CursorInstall in VS Code