Skip to main content
Glama

Fetch MCP Server

by phpmac
package.json838 B
{ "name": "fetch", "version": "1.0.0", "description": "mcp server for fetch", "type": "module", "license": "MIT", "scripts": { "build": "bun build src/index.ts --target node --outdir dist", "dev": "bun --watch src/index.ts", "start": "bun dist/index.js", "dev:start": "bun --watch src/index.ts" }, "keywords": [], "dependencies": { "@koa/router": "^13.1.0", "@modelcontextprotocol/sdk": "^1.9.0", "@types/express": "^5.0.1", "@types/koa": "^2.15.0", "@types/koa__router": "^12.0.4", "express": "^5.1.0", "jsdom": "^25.0.1", "koa": "^2.16.1", "turndown": "^7.2.0", "zod": "^3.24.2" }, "devDependencies": { "@types/jsdom": "^21.1.7", "@types/node": "^22.14.0", "@types/turndown": "^5.0.5", "bun-types": "^1.2.8", "typescript": "^5.8.3" } }

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/phpmac/fetch_mcp'

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