Skip to main content
Give your AI coding tool live access to ZeroGPU documentation. Once connected, it can search the docs in real time instead of using a snapshot or cached file.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI applications connect to external data sources and tools in a consistent way. When you connect to ZeroGPU docs via MCP, your tool gets real-time search over the full documentation — the same content as the site, updated automatically when the docs change. The MCP server for ZeroGPU docs is hosted at:
https://zerogpu.mintlify.app/mcp
1

Add the MCP server

Run in your terminal:
claude mcp add --transport http zerogpu-docs https://zerogpu.mintlify.app/mcp
2

Verify the connection

List configured servers:
claude mcp list
You should see zerogpu-docs. In a Claude Code session, ask a question about ZeroGPU (for example: How do I call the Responses API?). The answer will be grounded in the docs.

Scripts and llms.txt

If you are building a script or pipeline and do not use an MCP client:
URLUse
https://zerogpu.mintlify.app/llms.txtSitemap-style index of pages and descriptions
https://zerogpu.mintlify.app/llms-full.txtFull documentation in one Markdown file
Mintlify generates both when the site is deployed and keeps them in sync with the live docs.

Quickstart

First API call with your API key and project ID.