Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Network Manager MCP Config

Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AWS_NETWORK_MANAGER_API_KEY

Replace your_aws_network_manager_api_key with your actual aws network manager api key

Endpoints

POST/attachments/{attachmentId}/accept

AcceptAttachment

GET/global-networks/{globalNetworkId}/connect-peer-associations

GetConnectPeerAssociations

POST/global-networks/{globalNetworkId}/connect-peer-associations

AssociateConnectPeer

GET/global-networks/{globalNetworkId}/customer-gateway-associations

GetCustomerGatewayAssociations

POST/global-networks/{globalNetworkId}/customer-gateway-associations

AssociateCustomerGateway

GET/global-networks/{globalNetworkId}/link-associations

GetLinkAssociations

POST/global-networks/{globalNetworkId}/link-associations

AssociateLink

GET/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations

GetTransitGatewayConnectPeerAssociations

POST/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations

AssociateTransitGatewayConnectPeer

POST/connect-attachments

CreateConnectAttachment