https://github.com/setyolegowo/mcp-server-elasticsearch
https://github.com/setyolegowo/mcp-server-elasticsearch
ai llm mcp-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/setyolegowo/mcp-server-elasticsearch
- Owner: setyolegowo
- License: apache-2.0
- Created: 2025-03-27T23:48:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T10:45:19.000Z (2 months ago)
- Last Synced: 2025-05-07T06:57:07.589Z (about 1 month ago)
- Topics: ai, llm, mcp-server
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- mcp-index - Elasticsearch MCP Server - Connect to Elasticsearch for efficient management and retrieval of MCP data through a RESTful API, enabling powerful searching and indexing capabilities. (APIs and HTTP Requests)
README
# Elasticsearch MCP Server
[](https://smithery.ai/server/@setyolegowo/mcp-server-elasticsearch)
## Overview
This project is designed to serve as a backend server integrating with Elasticsearch for managing MCP (Message Conversion Protocol) data.
## Features
- Connects to Elasticsearch for storing and retrieving data.
- Provides a RESTful API for interacting with MCP data.
- Enables efficient searching and indexing of data.
- Lightweight and scalable.## Getting Started
### Installing via Smithery
To install mcp-server-elasticsearch for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@setyolegowo/mcp-server-elasticsearch):
```bash
npx -y @smithery/cli install @setyolegowo/mcp-server-elasticsearch --client claude
```1. Clone the repository:
```
git clone
```
2. Install dependencies:
```
npm install
```
3. Start the server:
```
npm start
```## Configuration
Update the configuration file as needed to connect to your Elasticsearch instance.
## Contributing
Feel free to fork the repository and submit pull requests.
## License
[Apache 2.0](LICENSE)