MCP server intelligence profile

Docfork MCP Server

Provides up-to-date documentation for 9000+ libraries directly in your AI code editor, enabling accurate code suggestions and eliminating outdated information

Local OnlyOfficial distributiondocfork
Verified cleanNpm · 2.2.5

Our scanner tested version 2.2.5 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install docfork from npm

Version 2.2.5 declares 1 executable entrypoint.

npm install --save-exact docfork@2.2.5
npx -y -p docfork@2.2.5 docfork
MCP client configuration example
{
  "mcpServers": {
    "docfork": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "docfork@2.2.5",
        "docfork"
      ]
    }
  }
}

Identity

Canonical slugdocfork-90c98cb9DeploymentLocal Only
Canonical packagenpm:docforkRepositorydocfork/docfork
First publishedLatest release
Last security verificationAug 16, 2026Classification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmdocfork2.2.535Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmdocfork2.2.5CurrentSep 5, 20262 toolsSucceeded · 0 resources · 0 promptsVerified clean
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

Provenanceartifact_hash_verifiedSignature
MCP SDK@modelcontextprotocol/inspector Artifact SHA-256b41536931330831fcf58634f3b3c57f351e84c1a00c6105e4991b13dbaa7a0d1
Scannermcp-proof-engine 0.1.0Scan completedAug 16, 2026
Security rating49 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "docfork"
]
Rating reasons
[
  "install_script"
]
0Proven
172Clean
0Inconclusive
0Flaky
0Errors

Current protocol inventory

2025-06-18Negotiated protocol
DocforkServer-reported name
1Capability groups
Aug 15, 2026Observed

Tools 2

ToolCategoryAnnotationsRisk
fetch_docRetrieve full documentation content from a URL and return it as rendered markdown. Use this tool to get complete pages — including code examples, API signatures, and prose — from search_docs result URLs. - Pass a URL directly from search_docs results to retrieve that section's full content. - Trim the URL anchor or path to a parent directory to get a broader table of contents with section previews. - Returns rendered markdown that preserves code blocks, headings, and document structure. - Only works on Docfork-indexed documentation — use WebFetch for URLs not returned by search_docs. - If search_docs returns sparse or no results, try fetch_doc on the library's root documentation URL (e.g. https://github.com/owner/repo/tree/main/docs) to browse available content.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "URL from search_docs results. Keep the anchor for a specific section, or trim it for a broader page view."
    }
  },
  "required": [
    "url"
  ]
}
Annotations
{
  "readOnlyHint": true
}
Read only
search_docsSearch a library's indexed documentation and return relevant sections with titles, summaries, and URLs. Results are sourced from official, versioned documentation. Usage: - Be specific in your query. Include the feature, API, or concept you need. Good: "server-side rendering with App Router". Bad: "rendering". - The library parameter accepts a simple name (e.g., react, nextjs) or exact owner/repo for precision (e.g., vercel/next.js, TanStack/query). - When multiple library candidates appear, prefer exact name matches and official organizations over forks. - After 2 searches without finding the relevant section, switch to fetch_doc on the best result URL or the library's documentation root rather than searching again. - Use fetch_doc on result URLs to retrieve full documentation content.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "The search query. Be specific and include relevant details. Good: 'How to set up server-side rendering in Next.js' or 'Zod schema validation for nested objects'. Bad: 'rendering' or 'validation'."
    },
    "library": {
      "type": "string",
      "description": "Library name or keyword (e.g., react, nextjs), or exact owner/repo for higher precision (e.g., vercel/next.js, TanStack/query). Prefer official organizations and upstream repositories when multiple candidates match."
    },
    "tokens": {
      "description": "Result detail level. Omit for automatic sizing.",
      "anyOf": [
        {
          "type": "string",
          "const": "dynamic"
        },
        {
          "type": "integer",
          "minimum": 100,
          "maximum": 10000
        },
        {
          "type": "string"
        }
      ]
    }
  },
  "required": [
    "query",
    "library"
  ]
}
Annotations
{
  "readOnlyHint": true
}
Read only

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Docfork MCP Server questions

How do I install Docfork MCP Server?

Install the selected package version with: npm install --save-exact docfork@2.2.5

What tools does Docfork MCP Server provide?

Docfork MCP Server exposed 2 tools during independent protocol observation, including fetch_doc, search_docs.

Is Docfork MCP Server secure?

Our scanner tested version 2.2.5 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP ServersMCP Servers With Completed Verification

Let’s talk about MCP security.

Share your details and our security team will contact you.