
1{2 "mcpServers": {3 "opensearch": {4 "env": {5 "INDEX_NAME": "your_index_name",6 "OPENSEARCH_HOST": "http://localhost",7 "OPENSEARCH_HOSTPORT": "9200"8 },9 "args": [10 "mcp-server-opensearch",11 "--opensearch-url",12 "http://localhost:9200",13 "--opensearch-api-key",14 "your_api_key",15 "--index-name",16 "your_index_name"17 ],18 "command": "uvx"19 }20 }21}
No reviews yet. Be the first to review!
Sign in to join the conversation