We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scalekit-inc/scalekit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-server",
"version": "1.0.0",
"description": "",
"main": "dist/scalekit.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/scalekit.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": ">=1.24.0",
"@scalekit-sdk/node": "^2.0.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^5.1.0",
"jsonwebtoken": ">=9.0.3",
"jwk-to-pem": "^2.0.5",
"node-fetch": "^3.3.2",
"winston": "^3.10.0",
"yaml": "^2.4.1",
"zod": "^3.25.57",
"body-parser": ">=2.2.1"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": ">=9.0.3",
"@types/jwk-to-pem": "^2.0.3",
"@types/node": "^20.11.19",
"@types/node-fetch": "^3.0.3",
"typescript": "^5.4.5"
}
}