Skip to main content
Glama
yang554023631

mcp-elasticsearch

mcp-elasticsearch

Servidor MCP de Elasticsearch (Protocolo de Contexto de Modelo) - solo búsqueda de solo lectura.

Características

Solo expone operaciones de solo lectura:

  • list_indices - Lista todos los índices

  • get_mapping - Obtiene el mapeo del índice

  • search - Ejecuta consulta de búsqueda/agregación

Related MCP server: Elasticsearch/OpenSearch MCP Server

Soporta dos modos de transporte

1. stdio (para implementación local/independiente)

python -m mcp_elasticsearch --transport stdio --url http://localhost:9200

2. sse (para implementación remota/contenedorizada)

python -m mcp_elasticsearch --transport sse --host 0.0.0.0 --port 8002 --url http://elasticsearch:9200 [--api-key your-secret-key]

Variables de entorno

Todos los argumentos de línea de comandos también se pueden configurar mediante variables de entorno:

  • TRANSPORT - stdio o sse (predeterminado: stdio)

  • HOST - host de enlace para modo sse (predeterminado: 0.0.0.0)

  • PORT - puerto de enlace para modo sse (predeterminado: 8002)

  • ELASTICSEARCH_URL - URL de Elasticsearch

  • API_KEY - Clave API opcional para autenticación de cliente

Docker

FROM python:3.11-slim

WORKDIR /app

COPY pyproject.toml poetry.lock ./
RUN poetry install --no-dev --no-root

COPY mcp_elasticsearch/ ./mcp_elasticsearch/

EXPOSE 8002

CMD ["python", "-m", "mcp_elasticsearch"]
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Provides an MCP protocol interface for interacting with Elasticsearch 7.x databases, supporting comprehensive search functionality including aggregations, highlighting, and sorting.
    3
    11
    Apache 2.0
  • A
    license
    B
    quality
    C
    maintenance
    An MCP server that enables interaction with Elasticsearch and OpenSearch clusters for searching documents and managing indices. It provides tools for cluster health monitoring, index configuration, and general API requests.
    16
    Apache 2.0
  • A
    license
    Not graded
    quality
    F
    maintenance
    A read-only MCP server for Elasticsearch 7.10 clusters, providing tools for cluster info, health, index listing, and Query DSL search with Google OAuth and Bearer token authentication.
    7
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that provides tools and resources to interact with Elasticsearch clusters, including listing indices, searching, and retrieving mappings.
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.

  • Read-only Dant3 MCP for public rooms, agents, jobs and provisional machine onboarding.

  • Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yang554023631/mcp-elasticsearch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server