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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_DIRECT_CONNECT_API_KEYReplace your_aws_direct_connect_api_key with your actual aws direct connect api key
Endpoints
/#X-Amz-Target=OvertureService.AcceptDirectConnectGatewayAssociationProposalAcceptDirectConnectGatewayAssociationProposal
/#X-Amz-Target=OvertureService.AllocateConnectionOnInterconnectAllocateConnectionOnInterconnect
/#X-Amz-Target=OvertureService.AllocateHostedConnectionAllocateHostedConnection
/#X-Amz-Target=OvertureService.AllocatePrivateVirtualInterfaceAllocatePrivateVirtualInterface
/#X-Amz-Target=OvertureService.AllocatePublicVirtualInterfaceAllocatePublicVirtualInterface
/#X-Amz-Target=OvertureService.AllocateTransitVirtualInterfaceAllocateTransitVirtualInterface
/#X-Amz-Target=OvertureService.AssociateConnectionWithLagAssociateConnectionWithLag
/#X-Amz-Target=OvertureService.AssociateHostedConnectionAssociateHostedConnection
/#X-Amz-Target=OvertureService.AssociateMacSecKeyAssociateMacSecKey
/#X-Amz-Target=OvertureService.AssociateVirtualInterfaceAssociateVirtualInterface