OpenSearch MCP Server

Apache 2.0
3
  • Apple

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENSEARCH_HOSTYesThe URL of the OpenSearch hosthttps://localhost:9200
OPENSEARCH_PASSWORDYesPassword for OpenSearch authenticationtest123
OPENSEARCH_USERNAMEYesUsername for OpenSearch authenticationopensearch

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_indices

List all indices in the Opensearch cluster

get_mapping

Get index mapping

get_settings

Get index settings

search_documents

Search documents in an index with a custom query

get_cluster_health

Get cluster health status

get_cluster_stats

Get cluster statistics

ID: lddmyhpjgk