Odel
Kirok Memory

Kirok Memory

Local
@tadfuji1PythonMITUpdated 1mo ago

Persistent memory for AI agents - hybrid semantic + keyword recall with autonomous consolidation

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIkirok-mcpv1.4.2

Run

uvx kirok-mcp

MCP client config

{
  "mcpServers": {
    "kirok-memory": {
      "command": "uvx",
      "args": [
        "kirok-mcp"
      ]
    }
  }
}