Skip to content

Commit e02a07d

Browse files
committed
docs(readme): restore Codex CLI and Gemini CLI one-liner setup commands
One-liners are low-clutter high-value — they cover the three highest- traffic CLI paths without needing to click through to docs.
1 parent 5c1c291 commit e02a07d

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ uvx libtmux-mcp
3838
claude mcp add tmux -- uvx libtmux-mcp
3939
```
4040

41+
### Codex CLI
42+
43+
```bash
44+
codex mcp add tmux -- uvx libtmux-mcp
45+
```
46+
47+
### Gemini CLI
48+
49+
```bash
50+
gemini mcp add tmux uvx -- libtmux-mcp
51+
```
52+
4153
### Claude Desktop
4254

4355
Add to `claude_desktop_config.json`:
@@ -53,7 +65,7 @@ Add to `claude_desktop_config.json`:
5365
}
5466
```
5567

56-
More clients (Codex CLI, Gemini CLI, Cursor): [client setup docs](https://libtmux-mcp.git-pull.com/clients/)
68+
More clients and JSON config: [client setup docs](https://libtmux-mcp.git-pull.com/clients/)
5769

5870
## What it feels like
5971

0 commit comments

Comments
 (0)