Skip to content
Claude Desktop

knowsme for Claude Desktop

dev.knowsme/memory

Portable memory for every AI: one memory that follows you across machines and AI apps.

client:Claude Desktop transport:streamable-http

Install knowsme in Claude Desktop

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

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.knowsme.dev/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

knowsme in other clients