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
mcpm new [SERVER_B] --type remote --url "http://SERVER_ADDR/mcp/" --force
215
+
```
216
+
217
+
2) Create a profile and add the servers
218
+
Interactive:
219
+
```bash
220
+
mcpm profile create [PROFILE_NAME]
221
+
mcpm profile edit [PROFILE_NAME]
222
+
```
223
+
MCPM lists installed servers; use arrows to navigate, space to select/deselect, type to search, and Enter to confirm.
224
+
225
+
Verify:
226
+
```bash
227
+
mcpm profile ls
228
+
```
229
+
You should see your profile with the selected servers.
230
+
231
+
3) Run the profile
232
+
```bash
233
+
# Stdio
234
+
mcpm profile run [PROFILE_NAME]
235
+
236
+
# HTTP
237
+
mcpm profile run [PROFILE_NAME] --http
238
+
239
+
# Optional: host and port
240
+
mcpm profile run [PROFILE_NAME] --http --host 0.0.0.0 --port 8080
241
+
```
242
+
243
+
177
244
```bash
178
245
# Server management
179
246
mcpm new myserver --type stdio --command "python -m server" --force
@@ -354,4 +421,4 @@ MIT
354
421
355
422
## Star History
356
423
357
-
[](https://www.star-history.com/#pathintegral-institute/mcpm.sh&Date)
424
+
[](https://www.star-history.com/#pathintegral-institute/mcpm.sh&Date)
0 commit comments