Skip to content

Commit 72ab63b

Browse files
authored
Updated README.md with Amazon Q Developer CLI support (#5)
1 parent 0eabf86 commit 72ab63b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,30 @@ To use the Harness MCP Server with Windsurf:
177177
}
178178
}
179179
```
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+
```
180204

181205
## Development
182206

0 commit comments

Comments
 (0)