Skip to main content
The Context.dev extension gives Gemini CLI live web and document context through a hosted MCP server and an on-demand skill. Search the web, follow company news, scrape pages and YouTube transcripts, crawl sites, extract structured data, parse documents, and retrieve brand intelligence without copying an API key into Gemini CLI.

Install Context.dev for Gemini CLI

Review the official extension source and latest release on GitHub.

Prerequisites

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:
Confirm that Gemini CLI shows a successful Context.dev tool call with live output. A response produced without a Context.dev tool call does not verify the connection.

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.
Monitor and batch tools can create or change persistent account state. Ask for create, update, run, cancel, or delete operations explicitly and review the tool call before approving it.

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.