Cloud InfrastructureAuto-generated
Amazon SageMaker Feature Store Runtime MCP Server
<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
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-sagemaker-featurestore-runtime
Environment Variables
AMAZON_SAGEMAKER_FEATURE_STORE_RUNTIME_API_KEYExample: your_amazon_sagemaker_feature_store_runtime_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"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"
}
}
}
}Endpoints
POST
/BatchGetRecordBatchGetRecord
DELETE
/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString&EventTimeDeleteRecord
GET
/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsStringGetRecord
PUT
/FeatureGroup/{FeatureGroupName}PutRecord