Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-codestar.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-codestar": {
      "url": "https://mcpbridge.org/config/amazonaws-com-codestar.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-codestar": {
      "url": "https://mcpbridge.org/config/amazonaws-com-codestar.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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