> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memloom.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Desktop

> Connect Claude Desktop to memloom

Open Settings, then Developer, then Edit Config. That opens `claude_desktop_config.json`:

* macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
* Windows: `%APPDATA%\Claude\claude_desktop_config.json`

Add memloom under `mcpServers`:

```json theme={null}
{
  "mcpServers": {
    "memloom": {
      "command": "npx",
      "args": ["-y", "@memloom/mcp"]
    }
  }
}
```

Restart Claude Desktop. The tools icon in the chat input should list memloom's tools. Then
follow [Verify it works](/mcp/setup#verify-it-works).
