Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-romainsantoli-web-memory-os-ai": {
"args": [
"memory-os-ai"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Adaptive memory system for AI agents — universal MCP server for Claude Code, Codex CLI, VS Code Copilot, ChatGPT, and any MCP-compatible client.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'memory-os-ai' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked memory-os-ai against OSV.dev.
Click any tool to inspect its schema.
memory_documentsIndexed documents
memory://documents/*
memory_logs_conversationConversation logs
memory://logs/conversation
memory_linked_projectsLinked project memories
memory://linked/*
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.romainsantoli-web/memory-os-ai and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Adaptive memory system for AI agents — universal MCP server for Claude Code, Codex CLI, VS Code Copilot, ChatGPT, and any MCP-compatible client.
Memory OS AI transforms your local documents (PDF, DOCX, images, audio) into a semantic memory queryable by any AI model through the MCP (Model Context Protocol).
┌──────────────────────────────────┐
│ AI Client (any MCP-compatible) │
│ Claude Code / Codex / Copilot │
│ ChatGPT / custom agents │
├──────────────────────────────────┤
│ MCP Protocol │
│ stdio / SSE / Streamable HTTP │
├──────────────────────────────────┤
│ Memory OS AI Server │
│ ┌────────┐ ┌───────────────┐ │
│ │ FAISS │ │ Chat Extractor│ │
│ │ Index │ │ (4 sources) │ │
│ └────────┘ └───────────────┘ │
│ ┌────────────────────────────┐ │
│ │ Cross-Project Linking │ │
│ └────────────────────────────┘ │
└──────────────────────────────────┘
--sse), Streamable HTTP (--http)memory://documents/*, memory://logs/conversation, memory://linked/*| Tool | Description |
|---|---|
memory_ingest | Index a folder of documents into FAISS |
memory_search | Semantic search across all indexed content |
memory_search_occurrences | Count keyword occurrences across documents |
memory_get_context | Get relevant context for the current task |
memory_list_documents | List all indexed documents with stats |
memory_transcribe | Transcribe audio files (Whisper) |
memory_status | Engine status (index size, model, device) |
memory_compact | Compact/deduplicate the FAISS index |
memory_chat_sync | Sync messages from configured chat sources |
memory_chat_source_add | Add a chat source (Claude, ChatGPT, etc.) |
memory_chat_source_remove | Remove a chat source |
memory_chat_status | Status of all chat sources |
memory_chat_auto_detect | Auto-detect chat workspaces on disk |
memory_session_brief | Full memory briefing for session start |
memory_chat_save | Persist conversation messages to memory |
memory_project_link | Link another project's memory |
memory_project_unlink | Unlink a project |
memory_project_list | List all linked projects |
memory_cloud_configure | Configure cloud storage backend for overflow |
memory_cloud_status | Show local disk + cloud storage status |
memory_cloud_sync | Push/pull/auto-sync between local and cloud |
tesseract (OCR), ffmpeg (audio), antiword (legacy .doc)# macOS
brew install tesseract ffmpeg antiword
# Ubuntu/Debian
sudo apt-get install tesseract-ocr ffmpeg antiw
... [View full README on GitHub](https://github.com/romainsantoli-web/Memory-os-ai#readme)