Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,25 @@ npx ctx7 skills install /google-gemini/gemini-skills
npx ctx7 skills install /google-gemini/gemini-skills vertex-ai-api-dev
```

## Gemini Docs MCP

Gemini hosts a public Model Context Protocol (MCP) server at
`https://gemini-api-docs-mcp.dev`. Connecting your coding agent to this server ensures that
all queries have access to the latest APIs, code updates, and optimal configuration examples.

Run the following command in your agent's terminal or project root to install
the server:

npx add-mcp "https://gemini-api-docs-mcp.dev"

This server adds a `search_documentation` function that your agent can use to
Comment thread
markmcd marked this conversation as resolved.
Outdated
retrieve real-time API definitions and integration patterns from the official
Gemini documentation files.

## More Installation Documentation
Comment thread
markmcd marked this conversation as resolved.
Outdated

You can find additional information about setting up your coding assistant with Gemini MCP and Skills here: https://ai.google.dev/gemini-api/docs/coding-agents
Comment thread
markmcd marked this conversation as resolved.
Outdated

## Disclaimer

This is not an officially supported Google product. This project is not
Expand Down