Skip to content

Commit 7c243a3

Browse files
its-mashclaude
andauthored
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>
1 parent a3d5075 commit 7c243a3

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Community-maintained registry of [MCP (Model Context Protocol)](https://modelcon
44

55
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.
66

7+
**[Browse servers on mcpmux.com](https://mcpmux.com)** · **[Download McpMux](https://mcpmux.com/download)** · **[Explore features](https://mcpmux.com/features)**
8+
79
## Quick Start
810

911
```bash
@@ -63,7 +65,9 @@ contributor submits JSON ──> PR validation (CI) ──> merge to main
6365
1. You add a JSON file to `servers/`.
6466
2. CI validates it against the schema and checks for ID/alias conflicts.
6567
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.
6771
6872
---
6973

@@ -500,6 +504,17 @@ pnpm build # Generate bundle/bundle.json
500504

501505
---
502506

507+
## McpMux Ecosystem
508+
509+
| Resource | Link |
510+
|----------|------|
511+
| **McpMux Desktop App** | [Download](https://mcpmux.com/download) — Windows, macOS, Linux |
512+
| **Discover Servers** | [mcpmux.com](https://mcpmux.com) — browse, search, and install MCP servers |
513+
| **Features** | [mcpmux.com/features](https://mcpmux.com/features) — Spaces, Feature Sets, encrypted credentials, and more |
514+
| **Source Code** | [github.com/MCP-Mux/mcp-mux](https://github.com/MCP-Mux/mcp-mux) |
515+
516+
---
517+
503518
## License
504519

505520
[MIT](LICENSE)
@@ -511,3 +526,4 @@ pnpm build # Generate bundle/bundle.json
511526
- Open an [issue](https://github.com/nicholasgriffintn/mcp-servers/issues) for help or to request a new category.
512527
- See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed contribution guidelines.
513528
- Browse the [examples/](examples/) directory for starter templates.
529+
- Visit [mcpmux.com](https://mcpmux.com) to learn more about the McpMux platform.

0 commit comments

Comments
 (0)