HyperMarrow for Cursor
cool.qianshi/hypermarrow
Local-first long-term memory for AI coding agents. Stored on your own machine.
client:Cursor
transport:stdio
runtime:npm
Install HyperMarrow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hypermarrow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qianshitech/hypermarrow-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs