Skip to content
Claude Desktop

memorykit for Claude Desktop

io.github.rapozoantonio/memorykit

Cognitive memory for AI coding assistants — persistent memory across sessions

client:Claude Desktop transport:stdio runtime:npm

Install memorykit in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "memorykit": {
      "command": "npx",
      "args": [
        "-y",
        "memorykit-mcp-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

memorykit in other clients