Skip to main content
Glama
package.json809 B
{ "name": "s3-mcp-server", "version": "1.0.1", "main": "dist/index.js", "type": "module", "bin": { "s3-mcp-server": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build", "prepare": "npm run build" }, "keywords": [ "mcp", "s3", "aws", "model-context-protocol" ], "author": "Andrew Merrin", "license": "ISC", "description": "", "files": [ "dist" ], "devDependencies": { "@types/aws-sdk": "^0.0.42", "@types/node": "^25.0.3", "typescript": "^5.9.3" }, "dependencies": { "@aws-sdk/client-s3": "^3.955.0", "@modelcontextprotocol/sdk": "^1.25.1", "dotenv": "^17.2.3", "zod": "^4.2.1" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AM1010101/s3-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server