-
Notifications
You must be signed in to change notification settings - Fork 515
[Blog] Hosting OpenSearch MCP Server with Amazon Bedrock AgentCore #3893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jiaping Zeng <[email protected]>
Thank you for submitting a blog post! The blog post review process is: Submit a PR -> (Optional) Peer review -> Doc review -> Editorial review -> Marketing review -> Published. |
Hi @jiapingzeng, It looks like you're adding a new blog post but don't have an issue mentioned. Please link this PR to an open issue using one of these keywords in the PR description:
If an issue hasn't been created yet, please create one and then link it to this PR. |
I am still making some smaller changes. Would appreciate any feedback in the meantime. |
``` | ||
|
||
**Important Notes:** | ||
1. `stateless=True` is necessary for AgentCore Runtime. OpenSearch MCP server currently defaults to `stateless=False`. As a workaround, clone the repo and make these changes: https://github.com/opensearch-project/opensearch-mcp-server-py/pull/86/files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will do a minor release of opensearch-mcp-server-py
with this change baked in, will remove this section once that is done
@kolchfa-aws - Adding Fanit for technical review. |
Signed-off-by: Fanit Kolchina <[email protected]>
@jiapingzeng Doc review complete. Moving on to editorial review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jiapingzeng Editorial review complete. Please see my comments and changes and tag me for approval when addressed. Thanks!
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Jiaping Zeng <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
@natebower I applied your suggestions. Also made slight changes to input/output variable names, removed workaround section as it is no longer needed. Could you help take a look? Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jiapingzeng! LGTM
@pajuric This should be ready to publish.
The CloudFormation template is now available in us-east-1, us-west-2, eu-central-1, ap-southeast-2 as mentioned in the blog. |
Signed-off-by: Jiaping Zeng <[email protected]>
Hi @natebower, I updated one of the regions mentioned in the blog, could you approve again? Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
_posts/2025-08-04-Hosting-OpenSearch-MCP-server-with-Bedrock-AgentCore.md
Outdated
Show resolved
Hide resolved
…e.md apply suggestions Signed-off-by: Jiaping Zeng <[email protected]>
Signed-off-by: Jiaping Zeng <[email protected]>
Hi @pajuric, would like to make this change to the blog post:
Also, could we merge this PR in as the blog is already published? |
@jiapingzeng - Sorry, I have been away at OpenSearchCon. This will get merged but I will need you to open an issue to request to have the blog edits made. Just open a general Issue in the website repo and call it blog edits. You can dow them in markdown. |
Description
Blog post for hosting a remote OpenSearch MCP server with Bedrock AgentCore
Issues Resolved
Closes #3877
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.