Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev
interface ServerDescription { name: string; version: string; displayName?: string; description?: string; publisher?: string; homepage?: string; license?: string; repository?: string; } export const serverConfig: ServerDescription = { name: "aws-codepipeline-mcp-server", version: "1.0.0", displayName: "AWS CodePipeline MCP Server", description: "MCP server for interacting with AWS CodePipeline services", publisher: "Cuong T Nguyen", homepage: "https://cuong.asia", license: "MIT", repository: "https://github.com/cuongdev/mcp-codepipeline-server" };

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