Back to Home
docfork icon

docfork

Verified Safe

by docfork

Overview

Provides AI agents with up-to-date, curated technical documentation to prevent hallucinations and ensure current API usage.

Installation

Run Command
npx -y docfork --api-key YOUR_API_KEY

Environment Variables

  • API_URL
  • CLIENT_IP_ENCRYPTION_KEY
  • DOCFORK_API_KEY
  • DOCFORK_CABINET
  • DEFAULT_MINIMUM_TOKENS
  • PORT
  • MCP_TRANSPORT

Security Notes

The server demonstrates good security practices including explicit API key authentication, validation for cabinet usage, and optional AES-256-CBC encryption for client IP addresses. Authentication context is managed per request using AsyncLocalStorage to prevent credential leakage. Input validation is performed using Zod schemas for tool arguments. The server acts as a proxy to an external Docfork API, and no direct code execution or 'eval' statements were found. Broad CORS headers are set, which is common for public APIs but could be more restrictive if client origins are known.

Similar Servers

Stats

Interest Score89
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars383
Forks23
Last Update2026-01-16

Tags

documentationAI agentsdeveloper toolsknowledge baseAPI client