Memory OS AI for Cursor
io.github.romainsantoli-web/memory-os-ai
Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking
client:Cursor
transport:stdio
runtime:pypi
Install Memory OS AI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memory-os-ai": {
"type": "stdio",
"command": "uvx",
"args": [
"memory-os-ai"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs