Skip to main content
Glama

AWS CLI MCP Server

by IcyKallen
package.json627 B
{ "name": "aws-cli-mcp-server", "version": "1.0.0", "description": "An MCP server that can generate and execute AWS CLI commands", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "test:aws": "ts-node src/test.ts" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^22.13.12", "ts-node": "^10.9.2", "typescript": "^5.8.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "zod": "^3.24.2" } }

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/IcyKallen/aws-cli-mcp-server'

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