Skip to main content
Glama

DocsFetcher MCP Server

by cdugo
# Smithery.ai configuration name: docs-fetcher-mcp description: MCP server that fetches library documentation version: 1.0.0 startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object properties: cacheDirectory: type: string description: Directory to store cached documentation (optional) required: [] commandFunction: |- (config) => { const env = {}; if (config.cacheDirectory) { env.CACHE_DIR = config.cacheDirectory; } return { command: 'node', args: ['build/index.js'], env }; }

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