We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sirsambhav221/MCPDCOKER'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcpdocker",
"version": "1.0.0",
"description": "mcp for cockerhub",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.3",
"axios": "^1.11.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"mysql2": "^3.14.3"
}
}