Kirok Memory for Cursor
io.github.tadfuji/kirok-mcp
Persistent memory for AI agents - hybrid semantic + keyword recall with autonomous consolidation
client:Cursor
transport:stdio
runtime:pypi
Install Kirok Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kirok-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kirok-mcp"
],
"env": {
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs