Skip to content

Commit 67f2579

Browse files
committed
minor updates in quickstart guide
1 parent bf87f96 commit 67f2579

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,21 @@ docker compose up -d
6161
```
6262

6363
## 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).
6565
```bash
6666
brew install mcpjungle/mcpjungle/mcpjungle
6767
```
6868

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/).
7072
```bash
7173
mcpjungle register --name context7 --url https://mcp.context7.com/mcp
7274
```
7375

7476
## Connect to mcpjungle
7577

76-
Add the following configuration in your Claude MCP Servers:
78+
Use the following configuration for your Claude MCP servers config:
7779
```json
7880
{
7981
"mcpServers": {
@@ -89,7 +91,7 @@ Add the following configuration in your Claude MCP Servers:
8991
}
9092
```
9193

92-
Try asking Claude for the following:
94+
Once mcpjungle is added as an MCP to your Claude, try asking it the following:
9395
```text
9496
Use context7 to get the documentation for `/lodash/lodash`
9597
```
@@ -100,7 +102,11 @@ Claude will then attempt to call the `context7__get-library-docs` tool via MCPJu
100102
<img src="./assets/quickstart-claude-call-tool.png" alt="claude calls context7 tool via mcpjungle" height="400">
101103
</p>
102104

103-
Congratulations 🎉 You have successfully registered a remote MCP server in MCPJungle and called one of its tools via Claude
105+
Congratulations! 🎉
106+
107+
You have successfully registered a remote MCP server in MCPJungle and called one of its tools via Claude
108+
109+
You can now proceed to play around with the tool and explore the documentation for more details.
104110

105111
# Installation
106112

0 commit comments

Comments
 (0)