Skip to content
Back to search
90
MCP v1.3.3 streamable-http

com.docfork/docfork-mcp

com.docfork/docfork-mcp

Up-to-date docs for AI. DEPRECATED: Use io.github.docfork/docfork instead.

Uptime
18.2%
33 probes
Response
102ms
last probe
Tools
2
callable

Tools · 2

search_docs

Search 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.…

fetch_doc

Retrieve 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 UR…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.docfork/docfork-mcp": {
      "url": "https://mcp.docfork.com",
      "transport": "streamable-http"
    }
  }
}