https://github.com/docfork/docs
https://github.com/docfork/docs
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/docfork/docs
- Owner: docfork
- License: mit
- Created: 2026-01-09T13:25:39.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2026-01-11T01:08:18.000Z (9 days ago)
- Last Synced: 2026-01-11T02:36:48.373Z (8 days ago)
- Language: MDX
- Homepage: https://docs-virid-pi.vercel.app
- Size: 1.03 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docfork Documentation 📚
**The official documentation source for [Docfork](https://docfork.com), the Model Context Protocol (MCP) server that provides up-to-date documentation to AI agents.**
[](https://docfork.com/docs)
[](https://fumadocs.dev) [](./LICENSE)
## 📖 What is this?
This 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).
We believe in **Docs-as-Code**. By keeping our documentation in a public repository, we allow the community to:
- Fix typos and improve clarity.
- Add configuration guides for new MCP clients.
- Share advanced prompting strategies.
## 📂 Project Structure
If you are looking to edit a specific page, here is where the content lives:
```text
.
├── content/ # Documentation content (MDX files)
├── public/ # Static assets (images, icons, logos)
└── src/ # Next.js application code
```
## 🛠️ Local Development
To run the documentation site locally for testing changes:
1. **Clone the repository:**
```bash
git clone [https://github.com/docfork/docs.git](https://github.com/docfork/docs.git)
cd docs
```
2. **Install dependencies:**
```bash
pnpm install
# or
npm install
```
3. **Start the development server:**
```bash
pnpm run dev
# or
npm run dev
```
4. **View in Browser:**
Open [http://localhost:3000](https://www.google.com/search?q=http://localhost:3000) to see your changes live.
## ✍️ Contributing
We welcome contributions! If you found a new way to use Docfork with a specific tool, please open a PR.
### Adding a New MCP Client
1. Create a new `.mdx` file in `content/get-started/`.
2. Or, add a row to the table in `content/get-started/supported-clients.mdx`.
3. Submit a Pull Request with the label `documentation`.
### Improving Context Guides
If 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/`.
## 🔗 Related Repositories
- **[docfork-mcp](https://github.com/docfork/docfork-mcp)**: The core MCP server code.
- **[docfork-examples](https://www.google.com/search?q=https://github.com/docfork/examples)**: (Coming Soon) Example projects and starter kits.
## 📄 License
This documentation is licensed under the [MIT License](https://www.google.com/search?q=./LICENSE).
© 2026 Docfork Corp. Pty Ltd.