loci

rjmendez/loci
★ 1 stars Python AI/LLM Updated today
Persistent memory MCP server for AI agents — Qdrant vector store, Mnemosyne SQLite, A2A mesh, grounding pipeline
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": {
    "loci": {
      "command": "uvx",
      "args": [
        "loci"
      ]
    }
  }
}

Or install with pip: pip install loci

README Excerpt

**Loci gives AI agents like Claude a long-term memory that survives across sessions.** Without it, every conversation starts from zero — no history, no accumulated knowledge, no memory of what you tried and why. With Loci, sessions build on each other. Decisions, findings, and context persist in a searchable memory store that Claude can read and write

Tools (20)

CODE_CHUNKS_COLLECTIONEMBED_API_KEYEMBED_API_KEY_HEADEREMBED_MODELEXTRA_RAG_COLLECTIONSHERMES_A2A_TOKENHERMES_A2A_TOTP_SEEDHERMES_A2A_URLHERMES_AGENT_IDHERMES_MCP_HOSTHERMES_MCP_PORTHERMES_MCP_TRANSPORTHERMES_MEMORY_DIRMNEMOSYNE_DATA_DIRMNEMOSYNE_EMBEDDING_API_URLMNEMOSYNE_EMBEDDING_DIMMNEMOSYNE_EMBEDDING_MODELOLLAMA_BASE_URLOLLAMA_URLPEER_A2A_URLS