-
Notifications
You must be signed in to change notification settings - Fork 662
Closed
Labels
Description
Describe the feature
Right now we run our agent code in a lambda function backed by NodeJS (as well as local development using Node). Unfortunately implementing the aws-api-mcp-server requires a lot of work to get set up and may also require developers to change their workflows.
Would like a remote MCP server to connect with.
Use Case
Unable to use aws-api-mcp-server on a NodeJS lambda because I cannot install the appropriate python requirements. Would like to be able to use this in environments that are not just setup for python.
Proposed Solution
Allow connecting to remotely to the MCP server like github, atlassian, and others do.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change