Skip to content
Claude Desktop

Knowl for Claude Desktop

io.github.dat999zx/knowl

Persistent memory for Claude Code, Cursor and Codex. Facts retire when they change.

client:Claude Desktop transport:streamable-http runtime:npm

Install Knowl in Claude Desktop

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

{
  "mcpServers": {
    "knowl": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.knowl.cloud/mcp/"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Knowl in other clients