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

# Codex

> Connect the Codex CLI to memloom

One command:

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

Or edit `~/.codex/config.toml` directly:

```toml theme={null}
[mcp_servers.memloom]
command = "npx"
args = ["-y", "@memloom/mcp"]
```

`codex mcp list` shows the registered servers. Then follow
[Verify it works](/mcp/setup#verify-it-works).
