SmartMemory for Cursor
ai.smartmemory/smartmemory-mcp
Graph + vector memory for agents: recall, ingest, search, distill. Local or remote backend.
client:Cursor
transport:stdio
runtime:pypi
Install SmartMemory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"smartmemory-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"smartmemory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs