Global Agent Memory for Cursor
io.github.ozankasikci/global-agent-memory
Shared, project-aware memory for Claude Code, Codex, and other agents with human review.
client:Cursor
transport:stdio
runtime:pypi
Install Global Agent Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"global-agent-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs