{"id":38888763,"url":"https://github.com/docfork/docs","last_synced_at":"2026-01-17T14:48:58.511Z","repository":{"id":331594837,"uuid":"1131098604","full_name":"docfork/docs","owner":"docfork","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-11T01:08:18.000Z","size":1082,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T02:36:48.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs-virid-pi.vercel.app","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/docfork.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-09T13:25:39.000Z","updated_at":"2026-01-11T01:08:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/docfork/docs","commit_stats":null,"previous_names":["docfork/docs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/docfork/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docfork%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docfork%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docfork%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docfork%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docfork","download_url":"https://codeload.github.com/docfork/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docfork%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28510911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-01-17T14:48:58.413Z","updated_at":"2026-01-17T14:48:58.498Z","avatar_url":"https://github.com/docfork.png","language":"MDX","readme":"# Docfork Documentation 📚\n\n**The official documentation source for [Docfork](https://docfork.com), the Model Context Protocol (MCP) server that provides up-to-date documentation to AI agents.**\n\n[![Live Docs](https://img.shields.io/badge/Read_Docs-docfork.com%2Fdocs-FF4500?style=for-the-badge\u0026logo=readthedocs\u0026logoColor=white)](https://docfork.com/docs)\n[![Built with Fumadocs](https://img.shields.io/badge/Built_with-Fumadocs-purple?style=flat-square)](https://fumadocs.dev) [![License](https://img.shields.io/badge/License-MIT-green?style=flat-square)](./LICENSE)\n\n## 📖 What is this?\n\nThis repository hosts the source code and content for the **Docfork Documentation** website. It is a [Next.js](https://nextjs.org) application powered by [Fumadocs](https://fumadocs.dev).\n\nWe believe in **Docs-as-Code**. By keeping our documentation in a public repository, we allow the community to:\n\n- Fix typos and improve clarity.\n- Add configuration guides for new MCP clients.\n- Share advanced prompting strategies.\n\n## 📂 Project Structure\n\nIf you are looking to edit a specific page, here is where the content lives:\n\n```text\n.\n├── content/                        # Documentation content (MDX files)\n├── public/                         # Static assets (images, icons, logos)\n└── src/                            # Next.js application code\n```\n\n## 🛠️ Local Development\n\nTo run the documentation site locally for testing changes:\n\n1. **Clone the repository:**\n\n```bash\ngit clone [https://github.com/docfork/docs.git](https://github.com/docfork/docs.git)\ncd docs\n```\n\n2. **Install dependencies:**\n\n```bash\npnpm install\n# or\nnpm install\n```\n\n3. **Start the development server:**\n\n```bash\npnpm run dev\n# or\nnpm run dev\n```\n\n4. **View in Browser:**\n   Open [http://localhost:3000](https://www.google.com/search?q=http://localhost:3000) to see your changes live.\n\n## ✍️ Contributing\n\nWe welcome contributions! If you found a new way to use Docfork with a specific tool, please open a PR.\n\n### Adding a New MCP Client\n\n1. Create a new `.mdx` file in `content/get-started/`.\n2. Or, add a row to the table in `content/get-started/supported-clients.mdx`.\n3. Submit a Pull Request with the label `documentation`.\n\n### Improving Context Guides\n\nIf you have advanced strategies for using library identifiers or rules that work perfectly for a specific library (e.g., \"How to get perfect results for Rust Crates\"), feel free to add it to `content/context/`.\n\n## 🔗 Related Repositories\n\n- **[docfork-mcp](https://github.com/docfork/docfork-mcp)**: The core MCP server code.\n- **[docfork-examples](https://www.google.com/search?q=https://github.com/docfork/examples)**: (Coming Soon) Example projects and starter kits.\n\n## 📄 License\n\nThis documentation is licensed under the [MIT License](https://www.google.com/search?q=./LICENSE).\n\n© 2026 Docfork Corp. Pty Ltd.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocfork%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocfork%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocfork%2Fdocs/lists"}