We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gangadharrr/aws-s3-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@gangadharrr/aws-s3",
"version": "1.0.1",
"description": "Model Context Protocol server for AWS S3 operations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"aws-s3": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aws",
"s3",
"mcp",
"model-context-protocol"
],
"author": "Gangadhar C",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.400.0",
"@aws-sdk/s3-request-presigner": "^3.400.0",
"@modelcontextprotocol/sdk": "^1.13.0",
"zod": "^3.25.67"
},
"devDependencies": {
"@types/node": "^18.11.9",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gangadharrr/aws-s3-mcp.git"
},
"bugs": {
"url": "https://github.com/gangadharrr/aws-s3-mcp/issues"
},
"homepage": "https://github.com/gangadharrr/aws-s3-mcp#readme"
}