Back to Home
derailed-dash icon

adk-docs-ext

Verified Safe

by derailed-dash

Overview

Provides up-to-date documentation for the Agent Development Kit (ADK) to the Gemini CLI, allowing the Gemini model to answer ADK-related questions accurately.

Installation

Run Command
uvx --from mcpdoc mcpdoc --urls "https://google.github.io/adk-docs/llms.txt" --allowed-domains "*" --transport stdio

Security Notes

The `gemini-extension.json` configures the `mcpdoc` server with `--allowed-domains "*"`. This allows the server to fetch documentation from any domain specified in the `llms.txt` file or via the tool's methods. While the default `llms.txt` is from a trusted Google source, this broad permission creates a potential Server-Side Request Forgery (SSRF) vulnerability if the `llms.txt` source is compromised or a user configures a malicious `llms.txt`. The `GEMINI.md` also instructs the model to use `curl` for off-site content, which if not properly sandboxed by the Gemini CLI, could lead to arbitrary command execution for network requests.

Similar Servers

Stats

Interest Score38
Security Score6
Cost ClassMedium
Avg Tokens10000
Stars8
Forks1
Last Update2025-12-06

Tags

Gemini CLIADKDocumentationLLM ToolingAI