We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aiatamai/atamai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@atamai/crawler-engine",
"version": "0.1.0",
"description": "Crawler Engine for Context7 Clone",
"main": "dist/index.js",
"scripts": {
"dev": "ts-node src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"lint": "eslint src --ext .ts",
"test": "jest"
},
"dependencies": {
"@octokit/rest": "^20.1.1",
"bullmq": "^5.14.0",
"cheerio": "^1.0.0-rc.12",
"ioredis": "^5.3.7",
"marked": "^14.1.1",
"puppeteer": "^22.6.1",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"slugify": "^1.6.6",
"unified": "^11.0.4"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.14",
"@types/shelljs": "^0.8.15",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "^9.6.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}