Skip to content

Commit 80a4a3d

Browse files
committed
Update README.md
1 parent 973c91f commit 80a4a3d

File tree

1 file changed

+40
-37
lines changed

1 file changed

+40
-37
lines changed

README.md

Lines changed: 40 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -27,48 +27,13 @@ MCPM is an open source service and a CLI package management tool for MCP servers
2727
2828
## 🚀 Quick Installation
2929

30-
### 🔄 Shell Script (One-liner)
30+
### Recommended:
3131

3232
```bash
3333
curl -sSL https://mcpm.sh/install | bash
3434
```
3535

36-
Or choose your preferred installation method:
37-
38-
### 🍺 Homebrew
39-
40-
```bash
41-
brew install mcpm
42-
```
43-
44-
### 📦 pipx (Recommended for Python tools)
45-
46-
```bash
47-
pipx install mcpm
48-
```
49-
50-
### 🪄 uv tool
51-
52-
```bash
53-
uv tool install mcpm
54-
```
55-
56-
## More Installation Methods
57-
58-
### 🐍 pip
59-
60-
```bash
61-
pip install mcpm
62-
```
63-
64-
### 🧰 X-CMD
65-
66-
If you are a user of [x-cmd](https://x-cmd.com), you can run:
67-
68-
```sh
69-
x install mcpm.sh
70-
```
71-
36+
Or choose [other installation methods](#-other-installation-methods) like `brew`, `pipx`, `uv` etc.
7237

7338
## 🔎 Overview
7439

@@ -207,6 +172,44 @@ The MCP Registry is a central repository of available MCP servers that can be in
207172
- [ ] MCP Server for MCPM Router (experimental, allow MCP clients to dynamically switch between profiles, suggest new MCP servers from registry, etc.)
208173
- [ ] Additional client support
209174

175+
176+
## 📦 Other Installation Methods
177+
178+
### 🍺 Homebrew
179+
180+
```bash
181+
brew install mcpm
182+
```
183+
184+
### 📦 pipx (Recommended for Python tools)
185+
186+
```bash
187+
pipx install mcpm
188+
```
189+
190+
### 🪄 uv tool
191+
192+
```bash
193+
uv tool install mcpm
194+
```
195+
196+
## More Installation Methods
197+
198+
### 🐍 pip
199+
200+
```bash
201+
pip install mcpm
202+
```
203+
204+
### 🧰 X-CMD
205+
206+
If you are a user of [x-cmd](https://x-cmd.com), you can run:
207+
208+
```sh
209+
x install mcpm.sh
210+
```
211+
212+
210213
## 👨‍💻 Development
211214

212215
This repository contains the CLI and service components for MCP Manager, built with Python and Click following modern package development practices.

0 commit comments

Comments
 (0)