Back to directory
showjason/opensearch-mcp-server

showjason/opensearch-mcp-server

@showjason

OpenSearch MCP服务器,灵感来自elasticsearch-mcp-server,提供索引、集群和文档管理功能

opensearchsearchdatabasemcpserverpython

Installation & Configuration

{
  "mcpServers": {
    "opensearch": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/opensearch-mcp-server",
        "run",
        "opensearch-mcp-server"
      ],
      "env": {
        "OPENSEARCH_HOST": "https://localhost:9200",
        "OPENSEARCH_USERNAME": "xxxx",
        "OPENSEARCH_PASSWORD": "xxxx"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/14
Updated
2026/6/15