https://github.com/gemini-cli-extensions/developer-knowledge
https://github.com/gemini-cli-extensions/developer-knowledge
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gemini-cli-extensions/developer-knowledge
- Owner: gemini-cli-extensions
- License: apache-2.0
- Created: 2026-03-02T15:43:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-02T16:46:13.000Z (3 months ago)
- Last Synced: 2026-03-02T19:47:26.623Z (3 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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).