Skip to main content
Glama
luis-dominguez-stori

OpenSearch Logs MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENSEARCH_DEV_PASSWORDYesPassword for the development OpenSearch environment
OPENSEARCH_DEV_USERNAMEYesUsername for the development OpenSearch environment
OPENSEARCH_PROD_PASSWORDYesPassword for the production OpenSearch environment
OPENSEARCH_PROD_USERNAMEYesUsername for the production OpenSearch environment

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_logsA

Search OpenSearch logs with a free-text query. Supports Lucene query syntax. Examples: 'error AND authentication', 'status:500', 'message:timeout'

search_by_traceA

Search logs by OpenTelemetry trace ID to see all logs related to a specific request/transaction.

search_by_serviceC

Search logs filtered by service name, optionally with additional filters.

search_errorsC

Search for error logs, optionally filtered by service or additional query.

get_field_valuesB

Get the most common values for a specific field. Useful for discovering available services, log levels, or other field values.

search_by_fieldC

Search logs by a specific field and value.

get_mappingA

Get the field mapping for the index. Useful for discovering available fields and their types.

get_sample_logB

Get a single sample log entry to see the structure and available fields.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/luis-dominguez-stori/MCP'

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