Skip to content

Commit 269c654

Browse files
committed
updates readme
1 parent 487aa6a commit 269c654

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,27 @@ mcp ls -f ./custom-mcp-compose.yml
106106

107107
The output format shows NAME, PROFILES, COMMAND, and ENVVARS columns.
108108

109+
### Setting MCP Configurations
110+
111+
Deploy your MCP server configurations to supported tools:
112+
113+
```sh
114+
# Set default servers for Amazon Q CLI
115+
mcp set -t q-cli
116+
117+
# Set programming profile servers for Cursor
118+
mcp set programming -t cursor
119+
120+
# Set a specific server for Claude Desktop
121+
mcp set -t claude-desktop -s github
122+
123+
# Set programming profile servers for Kiro IDE
124+
mcp set programming -t kiro
125+
126+
# Use a custom output location
127+
mcp set -c /path/to/output/mcp.json
128+
```
129+
109130
### Checking Deployment Status
110131

111132
See which servers are deployed to which tools:
@@ -137,27 +158,6 @@ Status indicators:
137158
- `~` - Server is configured but differs from compose file
138159
- `?` - Unable to read tool config
139160

140-
### Setting MCP Configurations
141-
142-
Deploy your MCP server configurations to supported tools:
143-
144-
```sh
145-
# Set default servers for Amazon Q CLI
146-
mcp set -t q-cli
147-
148-
# Set programming profile servers for Cursor
149-
mcp set programming -t cursor
150-
151-
# Set a specific server for Claude Desktop
152-
mcp set -t claude-desktop -s github
153-
154-
# Set programming profile servers for Kiro IDE
155-
mcp set programming -t kiro
156-
157-
# Use a custom output location
158-
mcp set -c /path/to/output/mcp.json
159-
```
160-
161161
### Clearing MCP Configurations
162162

163163
Remove all MCP servers from a configuration:

0 commit comments

Comments
 (0)