Back to Home
docfork icon

docfork

Verified Safe

by docfork

Overview

Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.

Installation

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

Environment Variables

  • CLIENT_IP_ENCRYPTION_KEY
  • DOCFORK_API_KEY
  • DOCFORK_CABINET
  • MCP_TRANSPORT
  • DEFAULT_MINIMUM_TOKENS
  • PORT
  • DOCFORK_TRUST_PROXY
  • TRUST_PROXY
  • DOCFORK_JWT_JWKS_URL
  • DOCFORK_JWT_PUBLIC_KEY

Security Notes

The server demonstrates good security practices by loading sensitive keys (e.g., CLIENT_IP_ENCRYPTION_KEY, DOCFORK_API_KEY) from environment variables or CLI arguments, not hardcoding them. It uses the `jose` library for secure JWT validation and the `crypto` module for client IP encryption (if configured). Request body size is limited, and IP address handling accounts for proxies. Hardcoded OAuth discovery URLs are public and appropriate. A minor concern is that client IP encryption falls back to plain text if the key is misconfigured, which could expose client IPs if encryption is intended but setup incorrectly, though this is a configurable choice.

Similar Servers

Stats

Interest Score89
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars384
Forks23
Last Update2026-01-18

Tags

AIDocumentationDeveloper ToolsMCPLive Sync