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-mcp",
"version": "0.1.0",
"description": "Context7 MCP Clone - Up-to-date code documentation for LLMs and AI code editors",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "pnpm -r --parallel run dev",
"build": "pnpm -r run build",
"test": "pnpm -r run test",
"lint": "pnpm -r run lint",
"format": "prettier --write \"packages/**/*.{ts,tsx,json,md}\"",
"format:check": "prettier --check \"packages/**/*.{ts,tsx,json,md}\"",
"type-check": "pnpm -r run type-check"
},
"keywords": [
"mcp",
"context7",
"documentation",
"ai-coding",
"llm"
],
"author": "atamai",
"license": "MIT",
"devDependencies": {
"prettier": "^3.2.5",
"typescript": "^5.5.4"
},
"pnpm": {
"overrides": {
"typescript": "5.5.4"
}
}
}