AI Agent Memory for Cursor
io.github.xiangzi1126/ai-agent-memory-mcp
Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project.
client:Cursor
transport:stdio
runtime:pypi
Install AI Agent Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ai-agent-memory-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ai-agent-memory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs