We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aaunario-keeper/mcp-subagents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-subagents",
"version": "0.1.0",
"description": "MCP server that exposes planner and recursive subagent tools.",
"type": "module",
"main": "dist/server.js",
"files": [
"dist"
],
"scripts": {
"dev": "tsx src/server.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/server.js",
"lint": "tsc --noEmit",
"postinstall": "patch-package"
},
"keywords": [
"mcp",
"agents",
"subagents"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=18.18"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.1",
"dotenv": "^17.2.3",
"safe-regex": "2.1.1",
"zod": "^4.3.5"
},
"devDependencies": {
"@types/node": "^25.0.3",
"patch-package": "8.0.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}