mcp-server-opensearch: An OpenSearch MCP Server
Overview
The mcp-server-opensearch is an implementation of a Model Context Protocol (MCP) server designed to work with OpenSearch, a distributed search and analytics engine. It serves as a semantic memory layer that allows for the storage and retrieval of memories in the OpenSearch database.
To use the mcp-server-opensearch, you can install it via Smithery or run it directly using the uv command. Configuration is done through a JSON file or environment variables to connect to your OpenSearch instance.
- Seamless integration with OpenSearch for memory storage and retrieval. - Ability to run as a server for LLM applications. - Supports configuration through environment variables and JSON files.
- Building AI-powered IDEs that require memory management.
- Enhancing chat interfaces with contextual memory.
- Creating custom AI workflows that need to store and retrieve data efficiently.
Add to your AI client
Use these steps to connect mcp-server-opensearch: An OpenSearch MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-opensearch-ibrookssdx": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-opensearch-ibrookssdx"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-opensearch-ibrookssdx": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-opensearch-ibrookssdx"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-opensearch-ibrookssdx": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-opensearch-ibrookssdx"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-opensearch-ibrookssdx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-opensearch-ibrookssdx"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-opensearch-ibrookssdx": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-opensearch-ibrookssdx"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-opensearch-ibrookssdx": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-opensearch-ibrookssdx"
]
}
}
}FAQ
What is the Model Context Protocol (MCP)?
MCP is an open protocol that facilitates the integration of LLM applications with external data sources and tools.
How do I install mcp-server-opensearch?
You can install it using the Smithery CLI or run it directly with the `uv` command.
What is OpenSearch?
OpenSearch is a distributed search and analytics engine that allows for powerful data querying and analysis.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1284,"uuid":"4bd2337e-a93f-498f-97e0-36ca67010306","name":"mcp-server-opensearch","title":"mcp-server-opensearch: An OpenSearch MCP Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/61242671?v=4","created_at":"2025-02-20T14:29:41.110Z","updated_at":"2025-02-23T07:21:17.625Z","status":"created","author_name":"ibrooksSDX","author_avatar_url":"https://avatars.githubusercontent.com/u/61242671?v=4","tags":"mcp-server-opensearch,OpenSearch,MCP","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/ibrooksSDX/mcp-server-opensearch","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/fb7962401b1bcea19222c06f4e0d6f1da82bc3c2976bcc08071ce73122c41665/68747470733a2f2f736d6974686572792e61692f62616467652f406962726f6f6b735344582f6d63702d7365727665722d6f70656e736561726368","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]