{ "name": "@yawlabs/aws-mcp", "version": "2.3.2", "mcpName": "io.github.YawLabs/aws-mcp", "description": "AWS MCP server: call any AWS API from AI assistants - SSO device-code re-login, Cloud Control API CRUD, CloudWatch logs and metrics", "license": "MIT", "author": "YawLabs ", "repository": { "type": "git", "url": "git+https://github.com/YawLabs/aws-mcp.git" }, "bugs": { "url": "https://github.com/YawLabs/aws-mcp/issues" }, "keywords": [ "aws", "aws-mcp", "mcp", "mcp-server", "model-context-protocol", "aws-cli", "aws-sso", "sso", "iam-identity-center", "cloud-control-api", "cloudwatch", "cloudwatch-logs", "iam", "claude", "ai-agents", "ai", "claude-code", "cursor" ], "type": "module", "main": "dist/index.js", "bin": { "aws-mcp": "bin/aws-mcp.mjs" }, "files": [ "bin/aws-mcp.mjs", "dist/index.js", "dist/index.js.map", "LICENSE", "README.md" ], "scripts": { "build": "tsc && node build.mjs", "build:binary": "node scripts/build-binary.mjs", "dev": "tsc --watch", "start": "node dist/index.js", "test": "npm run build && node --test-timeout=300000 --test dist/**/*.test.js", "test:ci": "npm run test", "lint": "node scripts/lint.mjs check src/", "lint:fix": "node scripts/lint.mjs check --write src/", "check:oam": "oam check", "prepublishOnly": "npm run build", "build:binary:oam": "node scripts/build-binary-oam.mjs" }, "devDependencies": { "@biomejs/biome": "2.5.4", "@modelcontextprotocol/sdk": "^1.30.0", "@types/node": "^26.0.1", "@types/turndown": "^5.0.6", "esbuild": "^0.28.1", "node-html-parser": "^9.0.0", "postject": "^1.0.0-alpha.6", "turndown": "^7.2.4", "typescript": "^7.0.2", "zod": "^4.3.6" }, "overrides": { "hono": "^4.13.5", "qs": "^6.16.0" }, "engines": { "node": ">=22" }, "homepage": "https://yaw.sh/mcp-servers/aws-mcp/" }