Install Context.dev for Gemini CLI
Review the official extension source and latest release on GitHub.
Prerequisites
- Gemini CLI installed and signed in
- A browser available for Context.dev authorization
- A Context.dev account with credits for tool calls
Install and connect
1
Install the extension
Run the following command in your terminal:The extension is installed from the latest public Context.dev release and will receive future updates automatically.
2
Start a new Gemini CLI session
Exit any session that was already open, then start Gemini CLI again. The extension loads the
context MCP server and the context-dev skill when the new session starts.3
Authorize Context.dev
Make your first Context.dev request. Gemini CLI opens your browser so you can sign in or create an account, approve access, and return to the terminal.If the browser does not open, run this inside Gemini CLI:
4
Confirm the extension loaded
Run
gemini extensions list in your terminal. The output should show gemini-cli-context, the context MCP server, and the context-dev agent skill.Inside Gemini CLI, use /mcp to inspect the connected tools and /skills list to confirm that context-dev is available.The extension uses Context.dev’s browser-based OAuth flow. Do not add an API key, bearer token, or custom header to the extension configuration.
Verify the setup
Send a small, read-only request whose output is easy to inspect:Use the extension
Ask for the result you want. The bundled skill routes the task to the smallest suitable Context.dev tool.
Context.dev also exposes screenshots, website style guides, industry classification, monitors, and asynchronous batches through the same connection.
Manage the extension
Troubleshooting
Reference
Extension source
Inspect the manifest, MCP configuration, skill, tests, and releases.
Gemini CLI extension docs
Official installation, management, and extension-authoring guidance.
Context.dev MCP guide
Hosted server capabilities and OAuth details.
Context.dev dashboard
Review account credits and usage.