pmll memory mcp for Cursor
io.github.drqedwards/pmll-memory-mcp
PMLL Memory MCP — persistent KV context memory and Q-promise deduplication.
client:Cursor
transport:stdio
runtime:npm
Install pmll memory mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pmll-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pmll-memory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs