RAG-mcp
Click on "Deploy 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., "@RAG-mcpwhat did I tell you about the RAG setup yesterday?"
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.
Simple RAG MCP
Memória persistente para chat: salva conversas e busca as mais relevantes por similaridade (SQLite + FAISS).
Como funciona
memory_store.py— salva cada turno em SQLite e indexa embeddings no FAISS (embeddings vêm de um servidor llama.cpp).server_mcp.py— servidor MCP que expõe as ferramentas:store_memory— salva um turno (input do usuário + output do assistente)remember_memory— busca memórias semanticamente parecidas com o contextoremember_memory_date— busca todas as memórias de um dia (YYYY-MM-DD)
Related MCP server: MCPMem
Requisitos
Python 3
Um servidor llama.cpp rodando com endpoint de embeddings (padrão:
http://127.0.0.1:8001)
pip install -r requirements.txtUso
python server_mcp.pyVariáveis de ambiente opcionais:
Variável | Padrão |
|
|
|
|
Os dados ficam salvos em ./.llama_memhistory/ (banco SQLite + índice FAISS).
Licença
MIT
Related MCP Connectors
Memory system for AI agents with semantic search. Store and recall memories with ease.
- AmberOAuthcom.ambermem
Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.
- memoryOAuthcom.leapmemory
Long-term memory for AI assistants. Isolated per-user storage, recall across conversations.
Persistent memory for AI agents. Search and store durable facts, preferences and decisions.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to store and retrieve long-term memories using PostgreSQL with vector similarity search. Supports semantic memory operations, tagging, and real-time updates for persistent learning across conversations.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to store and retrieve memories with semantic search capabilities using vector embeddings. Provides persistent memory storage with SQLite backend for context retention across conversations.50 npm1MIT

JauMemory MCP Serverofficial
AlicenseAqualityCmaintenanceProvides persistent memory capabilities for AI assistants, enabling storage, recall, and analysis of information across conversations with intelligent memory management.2528 npmMIT- AlicenseBqualityCmaintenanceProvides persistent memory for AI assistants, enabling storage, recall, and analysis of information across conversations with intelligent memory management.5028 npmMIT