@@ -43,22 +43,48 @@ mcpm --version # Display the current version of MCPM
4343### Available Commands
4444
4545```
46- mpcm add SERVER_NAME # Add an MCP server to the active client
47- mcpm add SERVER_NAME --alias ALIAS_NAME # Add an MCP server to the active client with a custom alias
46+ # client
47+ mcpm client ls # List all supported MCP clients and their status
48+ mcpm client set CLIENT #
49+ mcpm client edit # open client mcp setting in external editor
4850
49- mcpm client # Show the current active MCP client
50- mcpm client CLIENT_NAME # Set a new active MCP client
51- mcpm client --list # List all supported MCP clients and their status
5251
53- mcpm edit # View or edit the active MCP client's configuration file
54-
55- mcpm list # List all installed MCP servers
52+ # editing ops, applying to the active scope
53+ # add @client or #profile to set explicit scope
54+ # for example:
55+ # mcpm rm #PROFILE/SERVER_NAME to remove server for a profile (even when it's not activated)
56+ # mcpm cp @CLIENT/SERVER_NAME #PROFILE
5657
58+ mpcm add SERVER_NAME # Add an MCP server to the active client
59+ mcpm add SERVER_NAME --alias ALIAS_NAME # Add an MCP server to the active client with a custom alias
60+ mcpm cp
61+ mcpm mv
62+ mcpm rm
5763mcpm remove SERVER_NAME # Remove an installed MCP server
64+ mcpm ls
65+ mcpm list # List all installed MCP servers
5866
5967mcpm stash SERVER_NAME # Temporarily disable an MCP server for a client
6068mcpm pop SERVER_NAME # Re-enable an MCP server for a client
6169
70+
71+
72+ # profile
73+ mcpm profile add PROFILE
74+ mcpm profile list
75+ mcpm profile rm PROFILE
76+ mcpm profile remove PROFILE
77+
78+ mcpm activate PROFILE # activate a profile for a client
79+ mcpm deactivate PROFILE # deactivate a profile for a client
80+
81+ # router
82+ mcpm router on -p port -h host # start router daemon
83+ mcpm router off
84+
85+
86+ # util
87+ mcpm config clear-cache
6288mcpm inspect SERVER_NAME # Launch the MCPM Inspector UI to examine servers
6389```
6490
0 commit comments