feat: add AWS Data Processing MCP server proxy#932
Open
Conversation
chappidim
reviewed
Sep 29, 2025
| "SELECTED_SERVERS": "*" | ||
| }, | ||
| "disabled": false, | ||
| "timeout": 60000 |
chappidim
reviewed
Oct 2, 2025
| "command": "aws-data-processing-mcp-proxy", | ||
| "args": [], | ||
| "env": { | ||
| "AWS_PROFILE_NAME": "remote_mcp_profile", |
There was a problem hiding this comment.
What's this profile and how do we configure it?
|
|
||
| # Install AWS Data Processing MCP proxy wheel file | ||
| echo "Installing AWS Data Processing MCP proxy..." | ||
| pip install /etc/sagemaker-ui/sagemaker-mcp/amzn_aws_data_processing_remote_mcp_local_proxy-0.1.0-py3-none-any.whl |
| "args": [], | ||
| "env": { | ||
| "AWS_PROFILE_NAME": "remote_mcp_profile", | ||
| "SELECTED_SERVERS": "*" |
There was a problem hiding this comment.
TODO: Finalize on servers/capabilities based on environment/persona
| "SELECTED_SERVERS": "*" | ||
| }, | ||
| "disabled": false, | ||
| "timeout": 60000 |
There was a problem hiding this comment.
For each config, increase timeout from 60 to 180sec
rliuamzn
reviewed
Oct 8, 2025
| "command": "aws-data-processing-mcp-proxy", | ||
| "args": [], | ||
| "env": { | ||
| "AWS_PROFILE_NAME": "remote_mcp_profile", |
There was a problem hiding this comment.
I don't think this aws profile exists?
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.
Description
Adds a local MCP server that enables proxying to the AWS Data Processing MCP server. This version allows for special handling of things like FAS credentials, etc. to enable the following tools:
Type of Change
Release Information
Does this change need to be included in patch version releases? By default, any pull requests will only be added to the next SMD image minor version release once they are merged in template folder. Only critical bug fix or security update should be applied to new patch versions of existed image minor versions.
If yes, please explain why:
N/A
How Has This Been Tested?
Made changes to prod SMUS, ran startup script manually.
Checklist:
Test Screenshots (if applicable):
Related Issues
[Link any related issues here]
Additional Notes
[Any additional information that might be helpful for reviewers]