agent memory os for Cursor
io.github.yamantaka520/agent-memory-os
Local-first memory engine for AI-agent teams: team/project ACL, recall, and federated sync.
client:Cursor
transport:stdio
runtime:pypi
Install agent memory os in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-memory-os": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-memory-os"
],
"env": {
"AGENT_MEMORY_AGENT_ID": "<AGENT_MEMORY_AGENT_ID>",
"AGENT_MEMORY_HOME": "<AGENT_MEMORY_HOME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs