Skip to content
MCP-Bridge
Cloud Infrastructure

AWS CodeStar MCP Config

<fullname>AWS CodeStar</fullname> <p>This is the API reference for AWS CodeStar. This reference provides descriptions of the operations and data types for the AWS CodeStar API along with usage examples.</p> <p>You can use the AWS CodeStar API to work with:</p> <p>Projects and their resources, by cal

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-codestar.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-codestar.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-codestar": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-codestar"],
      "env": {
      "AWS_CODESTAR_API_KEY": "your_aws_codestar_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-codestar.json

Environment Variables

AWS_CODESTAR_API_KEY

Replace your_aws_codestar_api_key with your actual aws codestar api key

Endpoints

POST/#X-Amz-Target=CodeStar_20170419.AssociateTeamMember

AssociateTeamMember

POST/#X-Amz-Target=CodeStar_20170419.CreateProject

CreateProject

POST/#X-Amz-Target=CodeStar_20170419.CreateUserProfile

CreateUserProfile

POST/#X-Amz-Target=CodeStar_20170419.DeleteProject

DeleteProject

POST/#X-Amz-Target=CodeStar_20170419.DeleteUserProfile

DeleteUserProfile

POST/#X-Amz-Target=CodeStar_20170419.DescribeProject

DescribeProject

POST/#X-Amz-Target=CodeStar_20170419.DescribeUserProfile

DescribeUserProfile

POST/#X-Amz-Target=CodeStar_20170419.DisassociateTeamMember

DisassociateTeamMember

POST/#X-Amz-Target=CodeStar_20170419.ListProjects

ListProjects

POST/#X-Amz-Target=CodeStar_20170419.ListResources

ListResources