Skip to main content
Glama

Docs Fetch MCP Server

by wolfyy970
package.json792 B
{ "name": "docs-fetch-mcp", "version": "1.0.0", "description": "MCP server for fetching web page content with recursive exploration capability", "type": "module", "main": "build/index.js", "bin": { "docs-fetch-mcp": "build/index.js" }, "scripts": { "build": "npx tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "npx tsx src/index.ts" }, "keywords": [ "mcp", "llm", "claude", "documentation", "web-crawler" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.4", "puppeteer": "^21.6.1" }, "devDependencies": { "@types/node": "^20.11.5", "tsx": "^4.7.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18" } }

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/wolfyy970/docs-fetch-mcp'

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