vector memory for Cursor
io.github.neerajg03/vector-memory
Semantic document memory using Redis vector store. Save and recall files with natural language.
client:Cursor
transport:stdio
runtime:pypi
Install vector memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vector-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-vector-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs