Memory MCP Server for Cursor
io.github.j0hanz/memory-mcp
SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.
client:Cursor
transport:stdio
runtime:npm
Install Memory MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/memory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs