You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,19 +61,21 @@ docker compose up -d
61
61
```
62
62
63
63
## Register MCP servers
64
-
Download the client binary either using brew or from the [Releases](https://github.com/mcpjungle/MCPJungle/releases).
64
+
Download the `mcpjungle` CLI on your local machine either using brew or directly from the [Releases Page](https://github.com/mcpjungle/MCPJungle/releases).
65
65
```bash
66
66
brew install mcpjungle/mcpjungle/mcpjungle
67
67
```
68
68
69
-
Add the [context7](https://context7.com/) remote MCP server to mcpjungle
69
+
The CLI lets you manage everything in mcpjungle.
70
+
71
+
Next, lets add an MCP server to mcpjungle using the CLI. For this example, we'll use [context7](https://context7.com/).
0 commit comments