File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,27 @@ Add the server configuration to your Gemini config file at: `~/.gemini/settings.
325
325
}
326
326
```
327
327
328
+ ### Usage with Gemini CLI Extensions
329
+
330
+ You will need to run the following command to install the Harness MCP as an extension:
331
+
332
+ ``` sh
333
+ gemini extensions install https://github.com/harness/mcp-server
334
+ ```
335
+
336
+ Then you will need to set the environment variables for the extension:
337
+
338
+ ``` sh
339
+ export HARNESS_API_KEY=" your_api_key_here"
340
+ ```
341
+
342
+ Launch Gemini and start asking questions about Harness!
343
+
344
+ ``` sh
345
+ gemini
346
+ ```
347
+
348
+
328
349
### Claude Desktop Configuration
329
350
330
351
On MacOS: ` ~/Library/Application\ Support/Claude/claude_desktop_config.json `
You can’t perform that action at this time.
0 commit comments