Loading languages...
EL

elasticsearch-mcp-server

@cr7258182

A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.

elasticsearch
opensearch
mcp-server
search
context-management

# mcpServer Config

{
  "mcpServers": {
    "elasticsearch-mcp-server": {
      "command": "uvx",
      "args": [
        "elasticsearch-mcp-server"
      ],
      "env": {
        "ELASTICSEARCH_HOSTS": "https://localhost:9200",
        "ELASTICSEARCH_USERNAME": "elastic",
        "ELASTICSEARCH_PASSWORD": "test123"
      }
    }
  }
}

# stdio

uvx elasticsearch-mcp-server

# sseURL

http://127.0.0.1:8000/sse

# streamableURL

http://127.0.0.1:8000/mcp
Transport:
stdio
sse
streamable
Language:
Python
Created:1/9/2025
Updated:7/30/2025
Homepage: