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

> Connect Claude Code to memloom

One command:

```bash theme={null}
claude mcp add memloom -- npx -y @memloom/mcp
```

By default this adds memloom for the current project. Add `--scope user` to make it
available in every project.

Or edit the config directly, in `.mcp.json` at the project root (shared with your team) or
`~/.claude.json` (just you):

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

Check the connection with `/mcp` inside Claude Code: memloom should show as connected, with
its tools listed. Then follow [Verify it works](/mcp/setup#verify-it-works).
