ibrooksSDX_mcp-server-opensearch
0
This project demonstrates how to create a Model Context Protocol server for the OpenSearch engine, acting as an efficient semantic memory layer. It is designed for seamless integration into applications like Claude Desktop, providing memory management capabilities via OpenSearch.
Overview
- A basic Model Context Protocol server for managing and retrieving memories in the OpenSearch engine.
- Acts as a semantic memory layer on top of the OpenSearch database.
Components
Tools
- Store a memory in the OpenSearch database using
search-openSearch
tool.
Installation
- Can be installed via Smithery or using
uv
.
Testing
- Instructions provided for local Open Search Client testing and MCP Server connection testing.
Usage
- Detailed configuration instructions for use with Claude Desktop.
Environment Variables
- Configurable using environment variables like
OPENSEARCH_HOST
,OPENSEARCH_HOSTPORT
, etc.