Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Direct Connect MCP Config

Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an Direct Connect router. With this connection in place, you can create virtual interfaces directly to the Amazon Web Se

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AWS_DIRECT_CONNECT_API_KEY

Replace your_aws_direct_connect_api_key with your actual aws direct connect api key

Endpoints

POST/#X-Amz-Target=OvertureService.AcceptDirectConnectGatewayAssociationProposal

AcceptDirectConnectGatewayAssociationProposal

POST/#X-Amz-Target=OvertureService.AllocateConnectionOnInterconnect

AllocateConnectionOnInterconnect

POST/#X-Amz-Target=OvertureService.AllocateHostedConnection

AllocateHostedConnection

POST/#X-Amz-Target=OvertureService.AllocatePrivateVirtualInterface

AllocatePrivateVirtualInterface

POST/#X-Amz-Target=OvertureService.AllocatePublicVirtualInterface

AllocatePublicVirtualInterface

POST/#X-Amz-Target=OvertureService.AllocateTransitVirtualInterface

AllocateTransitVirtualInterface

POST/#X-Amz-Target=OvertureService.AssociateConnectionWithLag

AssociateConnectionWithLag

POST/#X-Amz-Target=OvertureService.AssociateHostedConnection

AssociateHostedConnection

POST/#X-Amz-Target=OvertureService.AssociateMacSecKey

AssociateMacSecKey

POST/#X-Amz-Target=OvertureService.AssociateVirtualInterface

AssociateVirtualInterface