File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,30 @@ To use the Harness MCP Server with Windsurf:
177
177
}
178
178
}
179
179
```
180
+ ## Usage with Amazon Q Developer CLI
181
+
182
+ To use the Harness MCP Server with Amazon Q Developer CLI:
183
+
184
+ 1 . Add the server configuration to your Amazon Q config file at: ` ~/.aws/amazonq/mcp.json `
185
+
186
+ ### Using Local Binary
187
+
188
+ ``` json
189
+ {
190
+ "mcpServers" : {
191
+ "harness" : {
192
+ "command" : " /path/to/harness-mcp-server" ,
193
+ "args" : [" stdio" ],
194
+ "env" : {
195
+ "HARNESS_API_KEY" : " <YOUR_API_KEY>" ,
196
+ "HARNESS_DEFAULT_ORG_ID" : " <YOUR_ORG_ID>" ,
197
+ "HARNESS_DEFAULT_PROJECT_ID" : " <YOUR_PROJECT_ID>" ,
198
+ "HARNESS_BASE_URL" : " <YOUR_BASE_URL>"
199
+ }
200
+ }
201
+ }
202
+ }
203
+ ```
180
204
181
205
## Development
182
206
You can’t perform that action at this time.
0 commit comments