mnemos

jamyouss/mnemos
★ 0 stars Python AI/LLM Updated 1d ago
Mnemos is an MCP server that brings RAG-powered context retrieval to your Claude agents - semantic search over your codebase, docs, and notes via embeddings + Qdrant.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mnemos": {
      "command": "uvx",
      "args": [
        "mnemos"
      ]
    }
  }
}

Or install with pip: pip install mnemos

README Excerpt

<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="docs/logo.svg"> <source media="(prefers-color-scheme: light)" srcset="docs/logo-light.svg"> <img alt="Mnemos" src="docs/logo-light.svg" width="420"> </picture> </p> <h3 align="center">The self-hosted memory layer for AI coding agents.</h3>