Skip to content

Commit 002eb45

Browse files
authored
document how to configure container-use with gemini cli (#131)
Signed-off-by: kpenfound <[email protected]>
1 parent 3e94ffd commit 002eb45

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,26 @@ In the Warp sidebar, under `Personal`, select `MCP Servers` and `New`:
276276
}
277277
```
278278

279+
### [Gemini CLI](https://github.com/google-gemini/gemini-cli)
280+
281+
To use container-use with Gemini CLI, add the following JSON to your user settings `~/.gemini/settings.json` or project settings `.gemini/settings.json` file.
282+
283+
Full documentation for the settings file can be found [here](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md)
284+
285+
```json
286+
{
287+
"coreTools": [],
288+
"mcpServers": {
289+
"container-use": {
290+
"command": "cu",
291+
"args": ["stdio"],
292+
"timeout": 60000,
293+
"trust": true
294+
}
295+
}
296+
}
297+
```
298+
279299
## Examples
280300

281301
| Example | Description |

0 commit comments

Comments
 (0)