Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Cloud9 MCP Config

<fullname>Cloud9</fullname> <p>Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and release software in the cloud.</p> <p>For more information about Cloud9, see the <a href="https://docs.aws.amazon.com/cloud9/latest/user-guide">Cloud9 User Guide</a>.</p> <p>Cloud9 s

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-cloud9": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-cloud9"],
      "env": {
      "AWS_CLOUD9_API_KEY": "your_aws_cloud9_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-cloud9.json

Environment Variables

AWS_CLOUD9_API_KEY

Replace your_aws_cloud9_api_key with your actual aws cloud9 api key

Endpoints

POST/#X-Amz-Target=AWSCloud9WorkspaceManagementService.CreateEnvironmentEC2

CreateEnvironmentEC2

POST/#X-Amz-Target=AWSCloud9WorkspaceManagementService.CreateEnvironmentMembership

CreateEnvironmentMembership

POST/#X-Amz-Target=AWSCloud9WorkspaceManagementService.DeleteEnvironment

DeleteEnvironment

POST/#X-Amz-Target=AWSCloud9WorkspaceManagementService.DeleteEnvironmentMembership

DeleteEnvironmentMembership

POST/#X-Amz-Target=AWSCloud9WorkspaceManagementService.DescribeEnvironmentMemberships

DescribeEnvironmentMemberships

POST/#X-Amz-Target=AWSCloud9WorkspaceManagementService.DescribeEnvironmentStatus

DescribeEnvironmentStatus

POST/#X-Amz-Target=AWSCloud9WorkspaceManagementService.DescribeEnvironments

DescribeEnvironments

POST/#X-Amz-Target=AWSCloud9WorkspaceManagementService.ListEnvironments

ListEnvironments

POST/#X-Amz-Target=AWSCloud9WorkspaceManagementService.ListTagsForResource

ListTagsForResource

POST/#X-Amz-Target=AWSCloud9WorkspaceManagementService.TagResource

TagResource