memstack for Cursor
io.github.isiomac/memstack
MCP server for persistent, searchable memory for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install memstack in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memstack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memstack/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs