{"id":50795293,"url":"https://github.com/zerogpu/docs","last_synced_at":"2026-06-12T14:01:31.908Z","repository":{"id":343698987,"uuid":"1129987653","full_name":"zerogpu/docs","owner":"zerogpu","description":"ZeroGPU documentation","archived":false,"fork":false,"pushed_at":"2026-06-12T09:36:49.000Z","size":4183,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T11:15:56.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.zerogpu.ai/","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerogpu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-07T21:44:44.000Z","updated_at":"2026-06-12T09:37:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zerogpu/docs","commit_stats":null,"previous_names":["zerogpu/docs"],"tags_count":0,"template":false,"template_full_name":"mintlify/starter","purl":"pkg:github/zerogpu/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerogpu%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerogpu%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerogpu%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerogpu%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerogpu","download_url":"https://codeload.github.com/zerogpu/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerogpu%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34247461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-12T14:01:12.664Z","updated_at":"2026-06-12T14:01:31.902Z","avatar_url":"https://github.com/zerogpu.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg\n    src=\"./assets/readme-banner.svg\"\n    alt=\"ZeroGPU Documentation\"\n    style=\"width: 100%; max-width: 100%; height: auto; display: inline-block; margin-bottom: 0.5em; margin-top: 0.5em;\"\n  /\u003e\n  \u003cdiv style=\"display: flex; justify-content: center; gap: 0.5em; flex-wrap: wrap;\"\u003e\n    \u003ca href=\"https://zerogpu.ai\"\u003e\u003cstrong\u003eWebsite\u003c/strong\u003e\u003c/a\u003e\n    \u003cspan\u003e•\u003c/span\u003e\n    \u003ca href=\"https://docs.zerogpu.ai\"\u003e\u003cstrong\u003eDocumentation\u003c/strong\u003e\u003c/a\u003e\n    \u003cspan\u003e•\u003c/span\u003e\n    \u003ca href=\"https://github.com/zerogpu\"\u003e\u003cstrong\u003eGitHub\u003c/strong\u003e\u003c/a\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\nThis is the **official documentation** repository for [ZeroGPU](https://zerogpu.ai). It contains the API reference, platform guides, cookbook recipes, and SDK examples. The docs are hosted at [docs.zerogpu.ai](https://docs.zerogpu.ai).\n\n## Table of contents\n\n- [Connect ZeroGPU docs to AI tools](#connect-zerogpu-docs-to-ai-tools)\n  - [What is MCP?](#what-is-mcp)\n  - [Connect to Claude Code](#connect-to-claude-code)\n  - [Connect to Cursor](#connect-to-cursor)\n- [Contributing](#contributing)\n  - [Run locally](#run-locally)\n  - [Submitting changes](#submitting-changes)\n- [License](#license)\n\n---\n\n## Connect ZeroGPU docs to AI tools\n\n### What is MCP?\n\nThe [Model Context Protocol (MCP)](https://modelcontextprotocol.io) lets AI applications connect to external data sources in a standard way. Connecting your AI coding tool to ZeroGPU docs via MCP gives it live search over the full documentation. Updates to the docs are reflected automatically.\n\nZeroGPU docs hosts an MCP server at:\n\n```\nhttps://docs.zerogpu.ai/mcp\n```\n\n### Connect to Claude Code\n\n**Step 1:** Add the MCP server:\n\n```bash\nclaude mcp add --transport http zerogpu-docs https://docs.zerogpu.ai/mcp\n```\n\n**Step 2:** Verify: run `claude mcp list` and confirm `zerogpu-docs` appears. In a Claude Code session, ask a question about ZeroGPU; answers will be grounded in the docs.\n\n### Connect to Cursor\n\n**Step 1:** Open the Command Palette (`Cmd+Shift+P` / `Ctrl+Shift+P`) → **Open MCP settings**.\n\n**Step 2:** Click **Add custom MCP** and add:\n\n```json\n{\n  \"mcpServers\": {\n    \"zerogpu-docs\": {\n      \"url\": \"https://docs.zerogpu.ai/mcp\"\n    }\n  }\n}\n```\n\nSave, restart Cursor, then ask a question about ZeroGPU in chat to verify.\n\n---\n\n## Contributing\n\n### Run locally\n\nPrerequisites: Node.js.\n\n```bash\nnpm i -g mint\ncd docs\nmint dev\n```\n\nPreview at `http://localhost:3000` (or the port Mintlify reports).\n\n**API playground:** Each **model** has a live playground under **API Reference → Endpoints → By model** (and on its catalog page). Specs live in `api-reference/openapi/playgrounds/*.openapi.json` and the `docs.json` nav is maintained by hand. These files are committed and edited directly, there is no longer a generator.\n\n**Batch \u0026 Files playgrounds** use `api-reference/openapi/batch.openapi.json` (hand-maintained; all `/v1/files` and `/v1/batches` paths). Playground pages live flat under `api-reference/`: `upload-file.mdx`, `list-files.mdx`, `retrieve-file.mdx`, `download-file.mdx`, `delete-file.mdx`, `create-batch.mdx`, `retrieve-batch.mdx`, `list-batches.mdx`, `cancel-batch.mdx`. These are also hand-maintained.\n\nDocs use ASCII hyphens only (no em/en dashes). Check this by hand when editing prose.\n\nSee `api-reference/openapi/zerogpu.openapi.json` and `api` in `docs.json`. Validate with `mint validate`.\n\n### Submitting changes\n\n1. Edit `.mdx` or `.md` files in this repo.\n2. Run `mint dev` to confirm the site builds.\n3. Open a pull request with a clear description.\n\n[Mintlify docs](https://mintlify.com/docs) for configuration and components.\n\n---\n\n## License\n\n[LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerogpu%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerogpu%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerogpu%2Fdocs/lists"}