|
1 |
| -# Using the Wanaku MCP Router CLI |
| 1 | +# Using the Wanaku MCP Router |
| 2 | + |
| 3 | +Wanaku aims to provide unified access, routing and resource management capabilities for your organization and your AI Agents. |
| 4 | + |
| 5 | +## Meet Wanaku |
| 6 | + |
| 7 | +If you haven't seen it already, we recommend watching the Getting Started with Wanaku video that introduces the project, |
| 8 | +and introduces how it works. |
| 9 | + |
| 10 | +[](https://www.youtube.com/watch?v=-fuNAo2j4SA) |
2 | 11 |
|
3 | 12 | ## Overview
|
4 | 13 |
|
| 14 | +In addition to installing the Wanaku MCP Router, it is also necessary to install the CLI used to manage the router. |
5 | 15 | The Wanaku MCP Router CLI provides a simple way to manage resources and tools for your Wanaku MCP Router instance.
|
6 | 16 |
|
7 |
| -## Ways to run the CLI |
| 17 | +**NOTE**: Wanaku also comes with a web user interface that you can access on port 8080 of the host running the router, but at |
| 18 | +this moment, some features are only available on the CLI. |
| 19 | + |
| 20 | +The MCP endpoint exposed by Wanaku can be accessed on the path `/mcp/sse` of the host your are using (for instance, if running |
| 21 | +locally, that would mean `http://localhost:8080/mcp/sse`) |
8 | 22 |
|
9 |
| -There are three ways to run the CLI. Choose the one that fits your the best: |
| 23 | +## Getting the CLI |
10 | 24 |
|
11 |
| -1. Using the container: `podman run quay.io/wanaku/cli`. This is the recommended way. |
12 |
| -2. Using the `wanaku` launcher script from the tarball generated during the build |
13 |
| -3. Using the `wanaku` native binary generated during the build. |
| 25 | +The best way to install the CLI is by downloading the latest `cli` from the [latest release](https://github.com/wanaku-ai/wanaku/releases). |
14 | 26 |
|
15 |
| -*NOTE*: the commands below will use `wanaku` as the alias representing any of the above options. |
| 27 | +*NOTE*: You may also find a container for the CLI on our [Quay.io organization](https://quay.io/repository/wanaku/cli), |
| 28 | +although it is not entirely tested at the moment. |
16 | 29 |
|
17 | 30 | ## Quick Getting Started
|
18 | 31 |
|
19 |
| -Wanaku needs providers and tools to serve and route. The first step is to launch them. |
| 32 | +Wanaku needs providers and tools to serve and route. These are the downstream services that Wanaku talk to. |
| 33 | + |
| 34 | +The first step is to launch them. |
20 | 35 |
|
21 | 36 | Get the [`docker-compose.yml`](https://raw.githubusercontent.com/wanaku-ai/wanaku/refs/heads/main/docker-compose.yml):
|
22 | 37 |
|
|
0 commit comments