diff --git a/README.md b/README.md
index 510b3e9..8ef61f3 100644
--- a/README.md
+++ b/README.md
@@ -263,6 +263,29 @@ It can be installed via [Zed Extensions](https://zed.dev/extensions?query=Contex
+
+Install in Gemini CLI
+
+See [Gemini CLI Configuration](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md) for details.
+
+1. Open the Gemini CLI settings file. The location is `~/.gemini/settings.json` (where `~` is your home directory).
+2. Add the following to the `mcpServers` object in your `settings.json` file:
+
+```json
+{
+ "mcpServers": {
+ "context7": {
+ "command": "npx",
+ "args": ["-y", "@upstash/context7-mcp"]
+ }
+ }
+}
+```
+
+If the `mcpServers` object does not exist, create it.
+
+
+
Install in Claude Code