docfork-mcp
@latest documentation to 9000+ libraries for LLMs and AI code editors, in a single tool call.
GitHub Stars
127
User Rating
Not Rated
Favorites
0
Views
56
Forks
8
Issues
1
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 18.0.0 or higher
Cursor/Windsurf/Claude Desktop: Latest version
Installation Steps
1. Install MCP Server
To install using Cursor, click the button below: [](https://cursor.com/install-mcp?name=docfork&config=eyJjb21tYW5kIjoibnB4IC15IGRvY2ZvcmtAbGF0ZXN0In0%3D) Or manually:1
Settings -> Cursor Settings -> MCP Tools2Add New MCP Server
3Configure per-project via
.cursor/mcp.json2. Add Server Configuration
Add the following to your global~/.cursor/mcp.json or per-project in ./.cursor/mcp.json:
json
{
"mcpServers": {
"docfork": {
"url": "https://mcp.docfork.com/mcp"
}
}
}
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Cursor Solution: Verify configuration file path and syntax.Additional Resources
Related MCPs
server-nothing
4
server-nothing is a test server designed for developers to validate their initial client/server setup without adding any capabilities or functionalities. It aims to avoid unnecessary complexity by embracing simplicity, positioning itself as a counter to the over-engineered server-everything, which represents excess in the digital landscape.