> ## 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.

# Cline

> Connect Cline (VS Code extension) to memloom

Click the MCP Servers icon in Cline's top bar, open the Installed tab, and press
Configure MCP Servers. That opens `cline_mcp_settings.json`:

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

Save the file; Cline reloads servers automatically and shows memloom with a green indicator
in the Installed tab. Then follow [Verify it works](/mcp/setup#verify-it-works).
