An open API service indexing awesome lists of open source software.

https://github.com/gemini-cli-extensions/developer-knowledge


https://github.com/gemini-cli-extensions/developer-knowledge

Last synced: about 2 months ago
JSON representation

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).