developer-knowledge
Search and retrieve documentation for Google developer products.
Open source Open in the app JSON README (API)
About
Search and retrieve documentation for Google developer products.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- gemini-cli-extensions
- Origin
- gemini
- Category
- ferramentas
- Version
- 0.1.0
- Stars
- 8
- Last push
- 2026-06-23T19:41:57Z
- Repository state
- ativo
- License
- Apache-2.0
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
gemini-cli-extensions/developer-knowledge
README
# Developer Knowledge Extension This extension connects Gemini CLI with the Developer Knowledge MCP server. ## Install To use this extension, you must enable the Developer Knowledge API and MCP service on your Cloud project. 1. Create a Google Cloud project. 2. Enable the Developer Knowledge API on your project: ``` gcloud services enable developerknowledge.googleapis.com --project=$PROJECT_ID ``` 3. Enable the Developer Knowledge MCP service: ``` gcloud beta services mcp enable developerknowledge.googleapis.com --project=$PROJECT_ID ``` 4. Log in with `gcloud`: ``` gcloud auth application-default login ``` 5. Install the extension. ## Disclaimer This is not an officially supported Google product. This project is not eligible for the [Google Open Source Software Vulnerability Rewards Program](https://bughunters.google.com/open-source-security).