Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev
package.json849 B
{ "name": "mcp-codepipeline-server", "version": "1.0.0", "description": "MCP server for AWS CodePipeline integration", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc -w & nodemon dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "aws", "codepipeline", "mcp", "server" ], "author": "Cuong T Nguyen", "license": "ISC", "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/node": "^22.13.10", "nodemon": "^3.1.0", "typescript": "^5.8.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "aws-sdk": "^2.1692.0", "body-parser": "^1.20.3", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.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/cuongdev/mcp-codepipeline-server'

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