Provides alternative installation method for running the MCP server with Bun package manager
Offers alternative runtime environment for executing the MCP server using Deno
Supports containerized deployment of the MCP server with detailed Dockerfile configuration
Supports BoltAI on iOS with specific guide for configuring MCP servers
Provides up-to-date documentation for Next.js, specifically mentioned as a use case example
Requires Node.js ≥ v18 as runtime environment for the MCP server
Uses npm ecosystem for package distribution and installation via npx
Docfork: 🌿 Fresh docs for your AI Code Editor
@latest docs for 9000+ libraries in your AI code editor, with a single MCP.
The Problem: Expired Knowledge
- ❌ Out of date code & stale data
- ❌ API ghost towns & hallucinations
- ❌ Old or mismatched versions
The Solution: Fresh Docs, Daily
- ✅ Refreshed documentation daily
- ✅ Accurate examples from current docs
- ✅ Super Fast MCP for your AI code editor
Just tell Cursor to use docfork
🛠️ Get Started in Seconds
📋 Requirements
- Node.js ≥ v18
- Cursor/Windsurf/Claude Desktop (any MCP client)
⚡ Install in Cursor
or manually:
Settings
->Cursor Settings
->MCP Tools
- Add New MCP Server
- Or configure per-project via
.cursor/mcp.json
Recommended Setup:
Add this to your global ~/.cursor/mcp.json
(or per-project in ./.cursor/mcp.json
):
Cursor Remote Server Connection
Cursor Local Server Connection
Installing via Smithery
To install Docfork MCP Server for any client automatically via Smithery:
You can find your Smithery key in the Smithery.ai webpage.
Install in Windsurf
Add this to your Windsurf MCP config. See Windsurf MCP docs for more info.
Windsurf Remote Server Connection
Windsurf Local Server Connection
Install in VS Code
Add this to your VS Code MCP config. See VS Code MCP docs for more info.
VS Code Remote Server Connection
VS Code Local Server Connection
Install in Zed
One-click install: → Get the Docfork Extension
Or Manual config (for power users):
Install in Claude Code
Run this command. See Claude Code MCP docs for more info.
Claude Code Remote Server Connection
Claude Code Local Server Connection
Install in Claude Desktop
Add this to your Claude Desktop claude_desktop_config.json
file. See Claude Desktop MCP docs for more info.
Install in BoltAI
Open the "Settings" page of the app, navigate to "Plugins," and enter the following JSON:
More info is available on BoltAI's Documentation site. For BoltAI on iOS, see this guide.
Using Docker
If you prefer to run the MCP server in a Docker container:
- Build the Docker Image:First, create a
Dockerfile
in the project root (or anywhere you prefer):Then, build the image using a tag (e.g.,docfork-mcp
). Make sure Docker Desktop (or the Docker daemon) is running. Run the following command in the same directory where you saved theDockerfile
: - Configure Your MCP Client:Update your MCP client's configuration to use the Docker command.Example for a cline_mcp_settings.json:Note: This is an example configuration. Please refer to the specific examples for your MCP client (like Cursor, VS Code, etc.) earlier in this README to adapt the structure (e.g.,
mcpServers
vsservers
). Also, ensure the image name inargs
matches the tag used during thedocker build
command.
Install in Windows
The configuration on Windows is slightly different compared to Linux or macOS (Cline
is used in the example). The same principle applies to other editors; refer to the configuration of command
and args
.
Install in Augment Code
To configure Docfork MCP in Augment Code, follow these steps:
- Press Cmd/Ctrl Shift P or go to the hamburger menu in the Augment panel
- Select Edit Settings
- Under Advanced, click Edit in settings.json
- Add the server configuration to the
mcpServers
array in theaugment.advanced
object
Once the MCP server is added, restart your editor. If you receive any errors, check the syntax to make sure closing brackets or commas are not missing.
Install in Roo Code
Add this to your Roo Code MCP configuration file. See Roo Code MCP docs for more info.
Roo Code Remote Server Connection
Roo Code Local Server Connection
🔧 Environment Variables
The Docfork MCP server supports the following environment variables:
DEFAULT_MINIMUM_TOKENS
: Set the minimum token count for documentation retrieval (default: 10000)
Example configuration with environment variables:
🔨 Available Tools
Docfork MCP provides the following tool that LLMs can use:
get-library-docs
: Searches the library and returns its documentation.libraryName
(required): The name of the library to search fortopic
(required): Focus the docs on a specific topic (e.g., "routing", "hooks")tokens
(optional, default 10000, max 50000): Max number of tokens to return. Values less than the configuredDEFAULT_MINIMUM_TOKENS
value or the default value of 10000 are automatically increased to that value.
Development
Clone the project and install dependencies:
Build:
Local Configuration Example
Testing with MCP Inspector
Troubleshooting
Module Not Found Errors
If you encounter ERR_MODULE_NOT_FOUND
, try using bunx
instead of npx
:
This often resolves module resolution issues in environments where npx
doesn't properly install or resolve packages.
ESM Resolution Issues
For errors like Error: Cannot find module 'uriTemplate.js'
, try the --experimental-vm-modules
flag:
Troubleshooting Common MCP Client Errors
- Append
@latest
to the package name to pull the newest release. - Swap
npx
forbunx
if the command stalls or fails. - Prefer Deno as a drop-in alternative when you hit bundler issues.
- Verify you're on Node.js v18+ so
fetch
is available natively.
⚠️ Disclaimer
Docfork is an open, community-driven catalogue. Although we review submissions, we make no warranties—express or implied—about the accuracy, completeness, or security of any linked documentation or code. Projects listed here are created and maintained by their respective authors, not by Docfork.
If you spot content that is suspicious, inappropriate, or potentially harmful, please contact us.
By using Docfork, you agree to do so at your own discretion and risk.
🌟 Connect with us
Stay in the loop and meet the community:
- 🐦 Follow us on X → @docfork_ai for product news and updates
- 🌐 Visit our Website
Star History
License
MIT
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Fresh docs for your AI code editors. Get @latest docs for 9000+ libraries at warp speed.
Related MCP Servers
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -3936JavaScriptApache 2.0
- -securityAlicense-qualityA Model Context Protocol (MCP) server that scrapes, indexes, and searches documentation for third-party software libraries and packages, supporting versioning and hybrid search.Last updated -231129TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).Last updated -21JavaScriptApache 2.0
- -securityAlicense-qualityA Model Context Protocol (MCP) server that implements AI-First Development framework principles, allowing LLMs to interact with context-first documentation tools and workflows for preserving knowledge and intent alongside code.Last updated -321PythonAGPL 3.0