Use this file to discover all available pages before exploring further.
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.
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://docs.zerogpu.ai/mcp
Claude Code
Cursor
1
Add the MCP server
Run in your terminal:
claude mcp add --transport http zerogpu-docs https://docs.zerogpu.ai/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.
1
Open MCP settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows), then run Open MCP settings.
2
Add the ZeroGPU docs server
Click Add custom MCP. In the opened mcp.json, add or merge:
In a Cursor chat, ask something about ZeroGPU (for example: How do I authenticate API requests?). Cursor will use the MCP server and return answers from the docs.
One-click install from the docs (if available)
Some docs themes show an AI or connect icon on the docs site. If you see it on ZeroGPU docs, you can connect to Cursor from there without editing mcp.json. Use that path if your theme supports it.