Skip to content
MCP-Bridge
Cloud Infrastructure

AWS CodeStar connections MCP Config

<fullname>AWS CodeStar Connections</fullname> <p>This AWS CodeStar Connections API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Connections API. You can use the connections API to work with connections and installations.</p> <p> <i>Connecti

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-codestar-connections": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-codestar-connections"],
      "env": {
      "AWS_CODESTAR_CONNECTIONS_API_KEY": "your_aws_codestar_connections_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-connections.json

Environment Variables

AWS_CODESTAR_CONNECTIONS_API_KEY

Replace your_aws_codestar_connections_api_key with your actual aws codestar connections api key

Endpoints

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.CreateConnection

CreateConnection

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.CreateHost

CreateHost

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.DeleteConnection

DeleteConnection

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.DeleteHost

DeleteHost

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.GetConnection

GetConnection

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.GetHost

GetHost

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.ListConnections

ListConnections

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.ListHosts

ListHosts

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.ListTagsForResource

ListTagsForResource

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.TagResource

TagResource