Memory OS AI is an adaptive memory system for AI agents that transforms local documents into a semantic memory queryable by any MCP-compatible client through the Model Context Protocol.
From the registry: Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking
$ git clone https://github.com/romainsantoli-web/Memory-os-ai.git && cd Memory-os-ai && pip install -e '.[dev,audio]'Please install the `memory-os-ai` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python 3.10+** — Python runtime
- **Clone and install** — Clone repo and install via pip Run: `git clone https://github.com/romainsantoli-web/Memory-os-ai.git && cd Memory-os-ai && pip install -e '.[dev,audio]'`
Canonical MCP server config (stdio transport):
- command: `memory-os-ai`
- args: []
- optional environment variables:
- `MEMORY_CACHE_DIR`: Cache/FAISS index directory (example: `~/.memory-os-ai`)
- `MEMORY_MODEL`: SentenceTransformer model name (example: `all-MiniLM-L6-v2`)
- `MEMORY_API_KEY`: Optional API key for SSE/HTTP auth
- `MEMORY_CLOUD_PROVIDER`: Cloud provider name (example: `icloud`)
- `MEMORY_CLOUD_CONFIG`: JSON credentials
- `MEMORY_DISK_THRESHOLD`: Bytes free before cloud overflow (example: `524288000`)
Note: 21 MCP tools. Supports stdio/SSE/HTTP transports.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MEMORY_API_KEYOptional API key for SSE/HTTP authMEMORY_CLOUD_PROVIDERrequiredCloud provider name (see table above)MEMORY_CLOUD_CONFIGrequiredJSON credentials or path to JSON fileAI Agents Framework with Self Reflection and MCP support