memorykit for Cursor
io.github.rapozoantonio/memorykit
Cognitive memory for AI coding assistants — persistent memory across sessions
client:Cursor
transport:stdio
runtime:npm
Install memorykit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memorykit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memorykit-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs