Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Amazon SageMaker Feature Store Runtime MCP Config

<p>Contains all data plane API operations and data types for the Amazon SageMaker Feature Store. Use this API to put, delete, and retrieve (get) features from a feature store.</p> <p>Use the following operations to configure your <code>OnlineStore</code> and <code>OfflineStore</code> features, and t

Config URL

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

https://mcpbridge.org/config/amazonaws-com-sagemaker-featurestore-runtime.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-sagemaker-featurestore-runtime": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-sagemaker-featurestore-runtime"
      ],
      "env": {
        "AMAZON_SAGEMAKER_FEATURE_STORE_RUNTIME_API_KEY": "your_amazon_sagemaker_feature_store_runtime_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-sagemaker-featurestore-runtime": {
      "url": "https://mcpbridge.org/config/amazonaws-com-sagemaker-featurestore-runtime.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-sagemaker-featurestore-runtime": {
      "url": "https://mcpbridge.org/config/amazonaws-com-sagemaker-featurestore-runtime.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-sagemaker-featurestore-runtime.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-sagemaker-featurestore-runtime": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-sagemaker-featurestore-runtime"],
      "env": {
      "AMAZON_SAGEMAKER_FEATURE_STORE_RUNTIME_API_KEY": "your_amazon_sagemaker_feature_store_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://mcpbridge.org/config/amazonaws-com-sagemaker-featurestore-runtime.json

Environment Variables

AMAZON_SAGEMAKER_FEATURE_STORE_RUNTIME_API_KEY

Replace your_amazon_sagemaker_feature_store_runtime_api_key with your actual amazon sagemaker feature store runtime api key

Endpoints

POST/BatchGetRecord

BatchGetRecord

DELETE/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString&EventTime

DeleteRecord

GET/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString

GetRecord

PUT/FeatureGroup/{FeatureGroupName}

PutRecord