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
docs: add mcpmux.com links and ecosystem section to README (#1)
Reference the discover web UI, download page, and features page
so contributors and users can easily find the McpMux platform.
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Each server is defined as a single JSON file. When merged to `main`, definitions are bundled and published to the McpMux discovery API so every McpMux user can install them in one click.
6
6
7
+
**[Browse servers on mcpmux.com](https://mcpmux.com)** · **[Download McpMux](https://mcpmux.com/download)** · **[Explore features](https://mcpmux.com/features)**
8
+
7
9
## Quick Start
8
10
9
11
```bash
@@ -63,7 +65,9 @@ contributor submits JSON ──> PR validation (CI) ──> merge to main
63
65
1. You add a JSON file to `servers/`.
64
66
2. CI validates it against the schema and checks for ID/alias conflicts.
65
67
3. On merge, the bundler aggregates every definition into a single `bundle.json`, enriches it with platform metadata, and uploads it to Cloudflare R2.
66
-
4. McpMux desktop app and the discover web UI read from that bundle.
68
+
4. McpMux desktop app and the [discover web UI](https://mcpmux.com) read from that bundle.
69
+
70
+
> **Want to browse servers without cloning?** Visit [mcpmux.com](https://mcpmux.com) to search, filter, and one-click install servers directly into the McpMux desktop app.
0 commit comments