@@ -8,56 +8,88 @@ MCP server for tmux, powered by [libtmux](https://libtmux.git-pull.com/).
88**Pre-alpha.** APIs may change. [Feedback welcome](https://github.com/tmux-python/libtmux-mcp/issues).
99```
1010
11- ``` {include} ../README.md
12- :start-after: "## Quick start"
13- :end-before: "## What's included"
11+ ## Get started in one command
12+
13+ ``` console
14+ $ claude mcp add libtmux -- uvx libtmux-mcp
1415```
1516
16- ``` {toctree}
17- :caption: Getting Started
18- :maxdepth: 2
19- :hidden:
17+ Then ask your agent:
2018
21- installation
22- quickstart
23- clients
24- concepts
25- configuration
26- safety
19+ ```
20+ > List all tmux sessions and show the panes in the first one.
2721```
2822
29- ``` {toctree}
30- :caption: Tools
31- :maxdepth: 2
32- :hidden:
23+ ::::{grid} 1 2 3 3
24+ :gutter: 2 2 3 3
3325
34- tools/index
35- ```
26+ :::{grid-item-card} Quickstart
27+ :link : quickstart
28+ :link-type: doc
29+ Zero to a working tool invocation in 5 minutes.
30+ :::
3631
37- ``` {toctree}
38- :caption: Guides
39- :maxdepth: 2
40- :hidden:
32+ :::{grid-item-card} Tools
33+ :link : tools/index
34+ :link-type: doc
35+ 30+ tools for sessions, windows, panes, capture, and more.
36+ :::
37+
38+ :::{grid-item-card} Configuration
39+ :link : configuration
40+ :link-type: doc
41+ Environment variables, safety tiers, socket selection.
42+ :::
43+
44+ ::::
45+
46+ ::::{grid} 1 2 3 3
47+ :gutter: 2 2 3 3
48+
49+ :::{grid-item-card} Clients
50+ :link : clients
51+ :link-type: doc
52+ Copy-pasteable config for Claude Code, Cursor, VS Code, and more.
53+ :::
4154
42- guides/troubleshooting
55+ :::{grid-item-card} Topics
56+ :link : topics/index
57+ :link-type: doc
58+ Architecture, concepts, safety tiers, troubleshooting.
59+ :::
60+
61+ :::{grid-item-card} Contributing
62+ :link : project/index
63+ :link-type: doc
64+ Development setup, code style, release process.
65+ :::
66+
67+ ::::
68+
69+ ## Install
70+
71+ ``` console
72+ $ uvx libtmux-mcp
4373```
4474
75+ ``` console
76+ $ pip install libtmux-mcp
77+ ```
78+
79+ See [ Installation] ( installation.md ) for all methods and options.
80+
4581``` {toctree}
46- :caption: Reference
47- :maxdepth: 2
4882:hidden:
4983
84+ installation
85+ quickstart
86+ clients
87+ configuration
88+ tools/index
89+ topics/index
5090reference/api/index
5191reference/compatibility
92+ project/index
5293history
53- ```
54-
55- ``` {toctree}
56- :caption: Project
57- :hidden:
58-
59- architecture
60- development
6194glossary
62- GitHub <https://github.com/tmux-python/libtmux-mcp>
6395```
0 commit comments