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
Beginner
Estimated 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: [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/install-mcp?name=docfork&config=eyJjb21tYW5kIjoibnB4IC15IGRvY2ZvcmtAbGF0ZXN0In0%3D) Or manually:
1Settings -> Cursor Settings -> MCP Tools
2Add New MCP Server
3Configure per-project via .cursor/mcp.json

2. 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.