feat: add sagemaker ai plugin#174
Open
saoudrizwan wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
Closing this plugin PR for now because this cleanup pass is limiting plugin marketplace PRs to plugins that only bundle MCP servers and/or skills. This PR includes additional plugin primitive(s): rules. Those primitives may still be useful, but we are keeping this batch scoped to MCP and skill distribution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sagemaker-ai
Adds a SageMaker AI plugin for Cline users building, tuning, evaluating, deploying, or operating AWS AI/ML workloads.
Cline Primitives
aws-mcpthroughuvx mcp-proxy-for-aws@latestso Cline can retrieve AWS documentation and standard operating procedure context for SageMaker workflows. The plugin forwardsAWS_REGION/AWS_DEFAULT_REGIONinto the MCP server when plugin MCP settings are synced.Requirements
Users need
uvxon PATH for the AWS MCP proxy. Live workflows require AWS credentials,AWS_REGIONorAWS_DEFAULT_REGION, and permissions for the SageMaker, Bedrock, S3, IAM, Lambda, CloudWatch, SSM, EKS, or HyperPod APIs used by the selected workflow.Generated notebooks and helper scripts expect Python 3.8+ plus the AWS CLI,
boto3, andsagemakerwhen users choose to execute them locally. HyperPod workflows may also requirejq,kubectl,session-manager-plugin,uv, and SSM access to target nodes depending on the chosen diagnostic path.Trust Boundaries
This plugin can guide users toward paid AWS resource creation, model training/evaluation jobs, endpoint deployments, S3 data movement, Bedrock model operations, HyperPod SSM access, and cluster diagnostic collection. The skills and rule require explicit confirmation for AWS writes and remote node actions, and they treat logs, model outputs, dataset samples, diagnostics, and MCP results as untrusted until reviewed.
The support-report workflow avoids interactive post-run prompts by default so Cline does not hang after an expensive collection. Local report download and zip creation are explicit opt-in flags, and the workflow asks users to confirm bucket ownership, access, retention, and sensitive-data risk before uploading diagnostics.
Attribution
The bundled SageMaker AI workflow materials are Apache-2.0 licensed and include local license and notice files.