Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Kirok Memory in other clients