@@ -36,20 +36,16 @@ setup, no security headaches, no runtime hassles.
36
36
37
37
## Why ToolHive?
38
38
39
- - ** Instant deployment:** Start any MCP server with one command, using Docker or
40
- Kubernetes.
39
+ - ** Instant deployment:** Start any MCP server with one click or command, using
40
+ Docker or Kubernetes.
41
41
- ** Secure by default:** Every server runs in an isolated container with only
42
42
the permissions it needs. Secrets are managed securely, never in plaintext.
43
- - ** Works everywhere:** Use the CLI for local development, or the Kubernetes
44
- Operator for production and scale.
43
+ - ** Works everywhere:** Use the UI and CLI for local development, or the
44
+ Kubernetes Operator for production and scale.
45
45
- ** Seamless integration:** ToolHive auto-configures popular clients like GitHub
46
46
Copilot, Cursor, and more.
47
47
48
- ## Quick links
49
-
50
- - 📚 [ Documentation] ( https://docs.stacklok.com/toolhive/ )
51
- - 🚀 [ Quickstart guide] ( https://docs.stacklok.com/toolhive/quickstart )
52
- - 💬 [ Discord] ( https://discord.gg/stacklok )
48
+ ToolHive is available as a GUI desktop app, CLI, and Kubernetes Operator.
53
49
54
50
<br >
55
51
</td >
@@ -62,6 +58,15 @@ setup, no security headaches, no runtime hassles.
62
58
</tr >
63
59
</table >
64
60
61
+ ## Quick links
62
+
63
+ - 📚 [ Documentation] ( https://docs.stacklok.com/toolhive/ )
64
+ - 🚀 Quickstart guides:
65
+ - [ Desktop app] ( https://docs.stacklok.com/toolhive/tutorials/quickstart-ui )
66
+ - [ CLI] ( https://docs.stacklok.com/toolhive/tutorials/quickstart-cli )
67
+ - [ Kubernetes Operator] ( https://docs.stacklok.com/toolhive/tutorials/quickstart-k8s )
68
+ - 💬 [ Discord] ( https://discord.gg/stacklok )
69
+
65
70
---
66
71
67
72
## Contributing
@@ -70,12 +75,23 @@ We welcome contributions and feedback from the community!
70
75
71
76
- 🐛 [ Report issues] ( https://github.com/stacklok/toolhive/issues )
72
77
- 💬 [ Join our Discord] ( https://discord.gg/stacklok )
73
- - 🤝 [ Contributing guide] ( ./CONTRIBUTING.md )
74
- - 📖 [ Developer guide] ( ./docs/README.md )
75
78
76
79
If you have ideas, suggestions, or want to get involved, check out our
77
80
contributing guide or open an issue. Join us in making ToolHive even better!
78
81
82
+ Contribute to the CLI, API, and Kubernetes Operator:
83
+
84
+ - 🤝 [ Contributing guide] ( ./CONTRIBUTING.md )
85
+ - 📖 [ Developer guide] ( ./docs/README.md )
86
+
87
+ Contribute to the desktop UI:
88
+
89
+ - 🖥️ [ Desktop UI repository] ( https://github.com/stacklok/toolhive-studio )
90
+
91
+ Contribute to the documentation:
92
+
93
+ - 📚 [ Documentation repository] ( https://github.com/stacklok/docs-website )
94
+
79
95
---
80
96
81
97
## License
0 commit comments