MCP Catalogs
Home

docfork vs time

Side-by-side comparison to help you pick between these two MCP servers.

docfork
by docfork
time
by modelcontextprotocol
Stars★ 479★ 85,748
30d uses
Score5377
Official
Categories
Developer ToolsAI / LLM ToolsSearch
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

docfork · Summary

Docfork provides AI coding agents with real-time documentation access through MCP servers to prevent API hallucinations.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

docfork · Use cases

  • AI coding assistants accessing up-to-date documentation for third-party libraries
  • Development teams maintaining consistent API documentation across their organization
  • Searching through complex documentation without leaving the coding environment

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

docfork · Install

Installation

  1. **Automatic Setup (Recommended)**

``bash npx dgrep setup --cursor # For Cursor npx dgrep setup --claude # For Claude Code npx dgrep setup --opencode # For OpenCode ``

  1. **Manual Configuration for Claude Desktop**

Add to your Claude Desktop config: ``json { "mcpServers": { "docfork": { "url": "https://mcp.docfork.com/mcp", "headers": { "DOCFORK_API_KEY": "YOUR_API_KEY" } } } } ``

  1. **For Other MCP Clients**

Follow the setup guides for your specific client at [docfork.com/docs/mcp/setup](https://docfork.com/docs/mcp/setup)

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.