OpenSearch MCP Server
@loupipalien
OpenSearch MCP Server について
OpenSearch MCP Server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"opensearch-mcp-server": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/loupipalien/opensearch-mcp-server",
"opensearch-mcp-server"
],
"env": {
"OPENSEARCH_HOSTS": "your_opensearch_cluster_hosts",
"OPENSEARCH_USERNAME": "your_opensearch_cluster_username",
"OPENSEARCH_PASSWORD": "your_opensearch_cluster_password"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is OpenSearch MCP Server?
An MCP server that lets you interact with an OpenSearch cluster using natural language from any MCP client (Cursor, Cline, etc.). It provides tools for cluster health analysis, document bulk operations, index management, and search.
How to use OpenSearch MCP Server?
Install Python 3.10+ and uv. Add the server configuration to your MCP settings file, setting the environment variables OPENSEARCH_HOSTS, OPENSEARCH_USERNAME, and OPENSEARCH_PASSWORD. Run via remote repo using uvx or from a local repo using uv. For testing, you can start a 2‑node Docker cluster with the provided docker-compose.yml.
Key features of OpenSearch MCP Server?
- Get cluster health and statistics
- Bulk document operations to indices
- Create, delete, and list indices
- Retrieve index mappings and info
- Search with query DSL
- Natural language queries via MCP clients
Use cases of OpenSearch MCP Server?
- Monitor cluster health via conversational commands
- Bulk index large datasets into OpenSearch
- Automate index creation and deletion tasks
- Search documents using complex queries
- Retrieve index mappings for schema inspection
FAQ from OpenSearch MCP Server
What are the prerequisites?
Python 3.10 or higher and uv must be installed.
How do I configure authentication?
Set the environment variables OPENSEARCH_USERNAME and OPENSEARCH_PASSWORD in your MCP settings file.
Can I connect to multiple OpenSearch hosts?
Yes. Separate host addresses with commas in the OPENSEARCH_HOSTS environment variable.
How can I start a local OpenSearch cluster for testing?
Run export OPENSEARCH_INITIAL_ADMIN_PASSWORD=your_password then docker-compose up -d. Default credentials: admin / your_opensearch_cluster_password.
What license does this project use?
Apache v2.0 License.
「データベース」の他のコンテンツ
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.

Sqlite
modelcontextprotocolModel Context Protocol Servers
Elasticsearch MCP Server
elasticmcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
コメント