Skip to main content
Glama

Docfork

by docfork
MIT License
206
54
  • Apple
  • Linux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEFAULT_MINIMUM_TOKENSNoSet the minimum token count for documentation retrieval10000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get-library-docs

Retrieves up-to-date documentation and code examples for any library. This tool automatically searches for the library by name and fetches its documentation.

Usage:

  1. Provide the author and library name pair (e.g., "vercel/next.js", "shadcn-ui/ui", "vuejs/docs")
  2. Specify a topic to focus the documentation on (e.g., "dynamic", "routing", "authentication")

The tool will:

  1. Automatically find and select the most relevant library based on the provided name
  2. Fetch comprehensive documentation for the selected library
  3. Return relevant sections focused on the specified topic

Response includes:

  • Library selection explanation
  • Comprehensive documentation with code examples
  • Focused content if a topic was specified

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/docfork/docfork-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server