Skip to main content
Glama
tkykenmt

opensearch-docs-search

by tkykenmt

opensearch-docs-search

Python 3.10+ License: MIT

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

Works with Claude Code, Cursor, Kiro CLI, and 35+ agents.

npx skills add tkykenmt/opensearch-docs-search

MCP 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-search

Related 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

-v, --version

docs, blogs

OpenSearch version (default: latest)

-l, --limit

all

Max results (default: 10)

-o, --offset

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    Last updated
    2
    3
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    Enables keyword searching across ManualWorks documents by combining document and chapter APIs to provide content snippets and URLs. It allows users to search and retrieve documentation data through natural language when a native search API is unavailable.
    Last updated
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples.

  • Search Apollo docs, specs, and best practices

  • Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tkykenmt/opensearch-docs-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server