Pseudolife Memory for Cursor
io.github.pseudogiant-xr/pseudolife-mcp
Persistent memory for MCP-compatible agents: memory bank, fact cortex, dreams, graph.
client:Cursor
transport:stdio
runtime:pypi
Install Pseudolife Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pseudolife-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pseudolife-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs