Skip to content
MCP-Bridge
Developer Tools

Amazon SageMaker Runtime MCP Config

The Amazon SageMaker runtime API.

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-runtime-sagemaker": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-runtime-sagemaker"],
      "env": {
      "AMAZON_SAGEMAKER_RUNTIME_API_KEY": "your_amazon_sagemaker_runtime_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-runtime-sagemaker.json

Environment Variables

AMAZON_SAGEMAKER_RUNTIME_API_KEY

Replace your_amazon_sagemaker_runtime_api_key with your actual amazon sagemaker runtime api key

Endpoints

POST/endpoints/{EndpointName}/invocations

InvokeEndpoint

POST/endpoints/{EndpointName}/async-invocations#X-Amzn-SageMaker-InputLocation

InvokeEndpointAsync