Amazon Sagemaker Edge Manager MCP Config
SageMaker Edge Manager dataplane service for communicating with active agents.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-sagemaker-edge.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-sagemaker-edge.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-sagemaker-edge": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-sagemaker-edge"],
"env": {
"AMAZON_SAGEMAKER_EDGE_MANAGER_API_KEY": "your_amazon_sagemaker_edge_manager_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-sagemaker-edge.jsonEnvironment Variables
AMAZON_SAGEMAKER_EDGE_MANAGER_API_KEYReplace your_amazon_sagemaker_edge_manager_api_key with your actual amazon sagemaker edge manager api key
Endpoints
POST
/GetDeploymentsGetDeployments
POST
/GetDeviceRegistrationGetDeviceRegistration
POST
/SendHeartbeatSendHeartbeat