Skip to content

[Blog edits] OpenSearch MCP related blog edits #3940

@jiapingzeng

Description

@jiapingzeng

Hi team,

Would like to make the following changes to two blogs that are already published:


Blog 1: https://opensearch.org/blog/introducing-mcp-in-opensearch/

Section "Claude for Desktop integration" > "Step 1: Configure Claude for Desktop" > code block for claude_desktop_config.json:

  • Update codeblock to the following content

Markdown:

{
    "mcpServers": {
        "opensearch-mcp-server": {
            "command": "uvx",
            "args": [
                "opensearch-mcp-server-py"
            ],
            "env": {
                // Required
                "OPENSEARCH_URL": "<your_opensearch_domain_url>",

                // For Basic Authentication
                "OPENSEARCH_USERNAME": "<your_opensearch_domain_username>",
                "OPENSEARCH_PASSWORD": "<your_opensearch_domain_password>",

                // For IAM Role Authentication
                // these are optional if you already have local credentials or EC2 instance role
                "AWS_REGION": "<your_aws_region>",
                "AWS_ACCESS_KEY_ID": "<your_aws_access_key>",
                "AWS_SECRET_ACCESS_KEY": "<your_aws_secret_access_key>",
                "AWS_SESSION_TOKEN": "<your_aws_session_token>"
            }
        }
    }
}

Blog 2: https://opensearch.org/blog/hosting-opensearch-mcp-server-with-amazon-bedrock-agentcore/

Section "Method 1: Using a CloudFormation template (available to Amazon OpenSearch Service users)":

  • Add AWS doc link to "OpenSearch MCP server CloudFormation template"

Markdown:

The fastest way to get started is to use the [OpenSearch MCP server CloudFormation template](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cfn-template-mcp-server.html), which automatically provisions all necessary resources.

Thank you!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Published

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions