mcp-elasticsearch
mcp-elasticsearch
Elasticsearch MCP 서버(Model Context Protocol) - 읽기 전용 검색만 지원.
기능
읽기 전용 작업만 제공합니다:
list_indices- 모든 인덱스 목록 조회get_mapping- 인덱스 매핑 조회search- 검색/집계 쿼리 실행
Related MCP server: Elasticsearch/OpenSearch MCP Server
두 가지 전송 모드 지원
1. stdio (로컬/독립 실행 배포용)
python -m mcp_elasticsearch --transport stdio --url http://localhost:92002. sse (원격/컨테이너화 배포용)
python -m mcp_elasticsearch --transport sse --host 0.0.0.0 --port 8002 --url http://elasticsearch:9200 [--api-key your-secret-key]환경 변수
모든 명령줄 인수는 환경 변수로도 설정할 수 있습니다:
TRANSPORT-stdio또는sse(기본값:stdio)HOST- sse 모드 바인드 호스트 (기본값:0.0.0.0)PORT- sse 모드 바인드 포트 (기본값:8002)ELASTICSEARCH_URL- Elasticsearch URLAPI_KEY- 클라이언트 인증용 선택적 API 키
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"]This server cannot be installed
Maintenance
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
- AlicenseCqualityDmaintenanceProvides an MCP protocol interface for interacting with Elasticsearch 7.x databases, supporting comprehensive search functionality including aggregations, highlighting, and sorting.311Apache 2.0
- AlicenseBqualityCmaintenanceAn 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.16Apache 2.0
- AlicenseNot gradedqualityFmaintenanceA 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.7MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that provides tools and resources to interact with Elasticsearch clusters, including listing indices, searching, and retrieving mappings.3MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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