Skip to main content
Glama

DocsFetcher MCP Server

by cdugo

fetch-library-docs

Extract comprehensive library documentation for JavaScript, Python, Java, and other programming languages without API keys, enabling efficient access for LLM use cases.

Input Schema

NameRequiredDescriptionDefault
languageNoProgramming language or repository type if providing a package name (e.g., javascript, python, java, dotnet)
libraryYesName of the package or URL of the library documentation to fetch

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "Programming language or repository type if providing a package name (e.g., javascript, python, java, dotnet)", "type": "string" }, "library": { "description": "Name of the package or URL of the library documentation to fetch", "type": "string" } }, "required": [ "library" ], "type": "object" }
Install Server

Other Tools from DocsFetcher MCP Server

Related Tools

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/cdugo/package-documentation-mcp'

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