Skip to content

Commit bc9bb21

Browse files
authored
Add Colima (#162)
1 parent 3b59e6e commit bc9bb21

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

docs/toolhive/guides-cli/install.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Before installing ToolHive, make sure your system meets these requirements:
1717
- **Container runtime**:
1818
- Docker / Docker Desktop
1919
- Podman / Podman Desktop
20+
- Colima with Docker runtime
2021
- Rancher Desktop with the dockerd/moby runtime (experimental)
2122

2223
ToolHive requires minimal CPU, memory, and disk space. The exact requirements

docs/toolhive/guides-cli/run-mcp-servers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ control your servers.
552552

553553
If a server fails to start:
554554

555-
1. Check if Docker/Podman is running
555+
1. Check if Docker, Podman, or Colima is running
556556
2. Verify you have internet access to pull images
557557
3. Check if the port is already in use
558558
4. Look at the error message for specific issues

docs/toolhive/guides-ui/install.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Before installing ToolHive, make sure your system meets these requirements:
2020
- **Container runtime**:
2121
- Docker / Docker Desktop
2222
- Podman / Podman Desktop
23+
- Colima with Docker runtime
2324
- Rancher Desktop with the dockerd/moby runtime (experimental)
2425

2526
ToolHive requires minimal CPU, memory, and disk space. The exact requirements
@@ -217,7 +218,7 @@ MCP servers. See [Run MCP servers](./run-mcp-servers.md) to get started.
217218
<summary>Connection Refused error on startup</summary>
218219

219220
If you see a "Connection Refused" error when starting ToolHive, your container
220-
runtime (Docker or Podman) is likely not installed, not running, or not
221+
runtime (Docker, Podman, or Colima) is likely not installed, not running, or not
221222
configured correctly.
222223

223224
Follow the instructions in the error message to install or start your container

docs/toolhive/reference/cli/thv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ToolHive (thv) is a lightweight, secure, and fast manager for MCP servers
1818
ToolHive (thv) is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers.
1919
It is written in Go and has extensive test coverage—including input validation—to ensure reliability and security.
2020

21-
Under the hood, ToolHive acts as a very thin client for the Docker/Podman Unix socket API.
21+
Under the hood, ToolHive acts as a very thin client for the Docker/Podman/Colima Unix socket API.
2222
This design choice allows it to remain both efficient and lightweight while still providing powerful,
2323
container-based isolation for running MCP servers.
2424

docs/toolhive/tutorials/quickstart-cli.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ or Cursor.
2323
Before starting this tutorial, make sure you have:
2424

2525
- [Docker](https://docs.docker.com/get-docker/) or
26-
[Podman](https://podman-desktop.io/downloads) installed and running
26+
[Podman](https://podman-desktop.io/downloads) or
27+
[Colima](https://github.com/abiosoft/colima) installed and running
2728
- A [supported MCP client](../reference/client-compatibility.mdx) like GitHub
2829
Copilot in VS Code, Cursor, Claude Code, and more
2930

@@ -305,7 +306,7 @@ server. Here are some next steps to explore:
305306

306307
If the server fails to start, check:
307308

308-
- Is Docker or Podman running?
309+
- Is Docker, Podman, or Colima running?
309310
- Do you have internet access to pull the container image?
310311
- Is the port already in use by another application?
311312

docs/toolhive/tutorials/quickstart-ui.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Cursor.
2222
Before starting this tutorial, make sure you have:
2323

2424
- [Docker](https://docs.docker.com/get-docker/) or
25-
[Podman](https://podman-desktop.io/downloads) installed and running
25+
[Podman](https://podman-desktop.io/downloads) or
26+
[Colima](https://github.com/abiosoft/colima) installed and running
2627
- A [supported MCP client](../reference/client-compatibility.mdx) like GitHub
2728
Copilot in VS Code, Cursor, Claude Code, and more
2829

@@ -139,7 +140,7 @@ server. Here are some next steps to explore:
139140

140141
If the server fails to start, check:
141142

142-
- Is Docker or Podman running?
143+
- Is Docker, Podman, or Colima running?
143144
- Do you have internet access to pull the container image?
144145

145146
</details>

0 commit comments

Comments
 (0)