From 3720d1e18b4775f494f63c86ad323bcc6496e890 Mon Sep 17 00:00:00 2001 From: Jiaping Zeng Date: Mon, 25 Aug 2025 17:09:07 -0700 Subject: [PATCH] Update 2025-05-05-Introducing-MCP-in-OpenSearch.md minor change to example MCP server config Signed-off-by: Jiaping Zeng --- _posts/2025-05-05-Introducing-MCP-in-OpenSearch.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_posts/2025-05-05-Introducing-MCP-in-OpenSearch.md b/_posts/2025-05-05-Introducing-MCP-in-OpenSearch.md index ce8d960bdf..4206a1d3d5 100644 --- a/_posts/2025-05-05-Introducing-MCP-in-OpenSearch.md +++ b/_posts/2025-05-05-Introducing-MCP-in-OpenSearch.md @@ -307,7 +307,7 @@ Claude for Desktop natively supports MCP through the `stdio` protocol, making in "opensearch-mcp-server": { "command": "uvx", "args": [ - "test-opensearch-mcp" + "opensearch-mcp-server-py" ], "env": { // Required @@ -318,6 +318,7 @@ Claude for Desktop natively supports MCP through the `stdio` protocol, making in "OPENSEARCH_PASSWORD": "", // For IAM Role Authentication + // these are optional if you already have local credentials or EC2 instance role "AWS_REGION": "", "AWS_ACCESS_KEY_ID": "", "AWS_SECRET_ACCESS_KEY": "", @@ -473,4 +474,4 @@ The **OpenSearch MCP client** allows OpenSearch agents to connect to external to ## Try MCP -To transform how your AI agents interact with data, try MCP and let us know what you think. We invite you to not only explore these capabilities in OpenSearch 3.0 but also to contribute to the development of this emerging standard. We welcome your feedback in the [ML Commons repository](https://github.com/opensearch-project/ml-commons/) or on the [OpenSearch forum](https://forum.opensearch.org/)! \ No newline at end of file +To transform how your AI agents interact with data, try MCP and let us know what you think. We invite you to not only explore these capabilities in OpenSearch 3.0 but also to contribute to the development of this emerging standard. We welcome your feedback in the [ML Commons repository](https://github.com/opensearch-project/ml-commons/) or on the [OpenSearch forum](https://forum.opensearch.org/)!