Назад к каталогу
docfork-mcp

docfork-mcp

Сообщество

от docfork

0.0
0 отзывов

Up-to-date documentation for devs and AI agents.

Установка

npx -y @smithery/cli@latest install @docfork/mcp --client <CLIENT_NAME> --key <YOUR_SMITHERY_KEY>

Описание

![Cover](public/cover.png) # Docfork MCP - Up-to-date Docs for Devs and AI Agents. [![smithery badge](https://smithery.ai/badge/@docfork/mcp)](https://smithery.ai/server/@docfork/mcp) [![Website](https://img.shields.io/badge/Website-docfork.com-%23088DCC)](https://docfork.com) [![NPM Version](https://img.shields.io/npm/v/docfork?color=red)](https://www.npmjs.com/package/docfork) [![MIT licensed](https://img.shields.io/npm/l/docfork)](./LICENSE) [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=docfork&config=eyJ1cmwiOiJodHRwczovL21jcC5kb2Nmb3JrLmNvbS9tY3AifQ%3D%3D) [<img alt="Install in VS Code (npx)" src="https://img.shields.io/badge/Install%20in%20VS%20Code-0098FF?style=for-the-badge&logo=visualstudiocode&logoColor=white">](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%7B%22name%22%3A%22docfork%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22docfork%40latest%22%5D%7D) ## ❌ The Problem: Expired Knowledge - Out of date code examples & stale data from year-old model training - Hallucinated syntax & APIs - Old or mismatched versions ## ✅ The Solution: Up-to-date docs at warp speed - Always in sync with the latest version of docs - Accurate descriptions and code examples - Sub-second retrieval results (500ms @ p95) in your AI code editor Docfork MCP pulls @latest documentation and code examples straight from the source - and adds them right into your context. Just tell Cursor to **`use docfork`**: ```txt Create a basic Next.js app with the App Router. use docfork ``` ## 🛠️ Installation ### 📋 Requirements - Node.js ≥ v18 - Cursor/Windsurf/Claude Desktop (any MCP client) <details> <summary><b>Installing via Smithery</b></summary> ### Installing via Smithery To install Docfork MCP Server for any client automatically via [Smithery](https://smithery.ai/server/@docfork/mcp): ```bash npx -y @smithery/cli@latest install @docfork/mcp --client <CLIENT_NAME> --key <YOUR_SMITHERY_KEY> ``` You can find your Smithery key in the [Smithery.ai webpage](https://smithery.ai/server/@docfork/mcp). </details> <details> <summary><b>Install in Cursor</b></summary> Go to: `Settings` -> `Cursor Settings` -> `Tools & Integrations` -> `Add a custom MCP server` Pasting the following config into your Cursor `~/.cursor/mcp.json` file is the recommended approach. You can also install in a specific project by creating `.cursor/mcp.json` in your project folder. See [Cursor MCP docs](https://docs.cursor.com/context/model-context-protocol) for more info. #### Cursor Remote Server Connection [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=docfork&config=eyJ1cmwiOiJodHRwczovL21jcC5kb2Nmb3JrLmNvbS9tY3AifQ%3D%3D) ```json { "mcpServers": { "docfork": { "url": "https://mcp.docfork.com/mcp" } } } ``` #### Cursor Local Server Connection [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=docfork&config=eyJjb21tYW5kIjoibnB4IC15IGRvY2ZvcmsiLCJhcmdzIjpbIi15IiwiZG9jZm9yayJdfQ%3D%3D) ```json { "mcpServers": { "docfork": { "command": "npx", "args": ["-y", "docfork"] } } } ``` </details> <details> <summary>Alternative: Use Bun</summary> ```json { "mcpServers": { "docfork": { "command": "bunx", "args": ["-y", "docfork"] } } } ``` </details> <details> <summary>Alternative: Use Deno</summary> ```json { "mcpServers": { "docfork": { "command": "deno", "args": ["run", "--allow-env", "--allow-net", "npm:docfork"] } } } ``` </details> <details> <summary><b>Install in Claude Code</b></summary> ### Install in Claude Code Run this command. See [Claude Code MCP docs](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/tutorials#set-up-model-context-protocol-mcp) for more info. #### Claude Code Remote Server Connection ```sh claude mcp add --transport sse docfork https://mcp.docfork.com/sse ``` #### Claude Code Local Server Connection ```sh claude mcp add docfork -- npx -y docfork ``` </details> <details> <summary><b>Install in Claude Desktop</b></summary> ### Install in Claude Desktop Add this to your Claude Desktop `claude_desktop_config.json` file. See [Claude Desktop MCP docs](https://modelcontextprotocol.io/quickstart/user) for more info. ```json { "mcpServers": { "docfork": { "command": "npx", "args": ["-y", "docfork"] } } } ``` </details> <details> <summary><b>Install in Windsurf</b></summary> ### Install in Windsurf Add this to your Windsurf MCP config. See [Windsurf MCP docs](https://docs.windsurf.com/windsurf/mcp) for more info. #### Windsurf Remote Server Connection ```json { "mcpServers": { "docfork": { "serverUrl": "https://mcp.docfork.com/sse" } } } ``` #### Windsurf Local Server Connection ```json { "mcpServers": { "docfork": {

Отзывы (0)

Пока нет отзывов. Будьте первым!