Skip to content
MCP-Bridge
Cloud Infrastructure

AWS CodeStar Claude Desktop Config

Add the AWS CodeStar MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

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

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