opensearch-docs-search
Provides search capabilities for OpenSearch documentation, blogs, and community forums.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@opensearch-docs-searchHow do I use k-NN in OpenSearch?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
opensearch-docs-search
Search OpenSearch documentation, blogs, and community forums.
Note: This is an unofficial community tool and is not affiliated with or endorsed by the OpenSearch Project.
Installation
Agent Skill (Recommended)
Works with Claude Code, Cursor, Kiro CLI, and 35+ agents.
npx skills add tkykenmt/opensearch-docs-searchMCP Server
uv tool install git+https://github.com/tkykenmt/opensearch-docs-search[mcp]Add to your MCP config:
{
"mcpServers": {
"opensearch-docs-search": {
"command": "opensearch-docs-search"
}
}
}Standalone CLI
uv tool install git+https://github.com/tkykenmt/opensearch-docs-searchRelated MCP server: OpenTelemetry Documentation MCP Server
Usage
Skill
After installation, the agent can use scripts/search.py:
python scripts/search.py docs "k-NN"
python scripts/search.py blogs "performance" --limit 5
python scripts/search.py forum "cluster health"CLI
opensearch-doc-search docs "k-NN"
opensearch-doc-search blogs "neural search" --version 2.12 --limit 5
opensearch-doc-search forum "cluster health"Options
Option | Commands | Description |
| docs, blogs | OpenSearch version (default: latest) |
| all | Max results (default: 10) |
| docs, blogs | Skip N results for pagination |
Output
{
"query": "k-NN",
"total": 12,
"hasMore": true,
"results": [
{
"title": "k-NN",
"url": "https://docs.opensearch.org/latest/query-dsl/specialized/k-nn/index/",
"snippet": "Use the knn query for running nearest neighbor searches..."
}
]
}License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Search the Cerebrium docs: deployment, cerebrium.toml, hardware, endpoints. Also sends feedback.
Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples.
Search and fetch AgendaForge public documentation and marketing content. No authentication needed.
Search Apollo docs, specs, and best practices
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.MIT
- AlicenseAqualityDmaintenanceEnables access to OpenTelemetry documentation by fetching and converting pages to markdown format and searching content using Google Custom Search. Provides comprehensive documentation lookup and search capabilities for OpenTelemetry concepts, instrumentation, and configuration.23Apache 2.0
- AlicenseAqualityCmaintenanceEnables searching and retrieving Reflex documentation, including full-text search, code examples, error analysis, changelog, migration guides, API reference, component props, and recipes.143MIT
- AlicenseAqualityDmaintenanceSearch across a billion+ documents including academic papers, books, code, legal cases, forums, and Wikipedia. Provides search and detail tools for various content types.231 npmMIT