Skip to main content
Glama
Akhilvis

Elastic MCP

by Akhilvis

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ELASTIC_URLNoThe URL of the Elasticsearch clusterhttp://localhost:9200
ELASTIC_PASSWORDYesThe password for Elasticsearch authentication
ELASTIC_USERNAMEYesThe username for Elasticsearch authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_indexC

Search an Elasticsearch index with a simple query string.

list_indicesB

List all indices in the Elasticsearch cluster.

get_index_mappingsC

Get the mappings of a specific Elasticsearch index.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: get_index_mappings retrieves schema information for a specific index, list_indices enumerates all indices, and search_index performs queries on an index. There is no overlap in functionality, making it easy for an agent to select the correct tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_index_mappings, list_indices, search_index) with clear, descriptive verbs and nouns. This uniformity enhances readability and predictability.

Tool Count3/5

With only 3 tools, the server feels thin for an Elasticsearch domain, which typically involves more operations like creating/deleting indices, updating mappings, or complex queries. While the tools cover basic inspection and search, the scope is limited.

Completeness2/5

The tool set is severely incomplete for Elasticsearch operations. It lacks essential CRUD actions such as creating or deleting indices, updating mappings, and handling documents (e.g., index, update, delete). This will cause agent failures when trying to perform common tasks beyond listing and searching.

Maintenance

ActivityInactive
ResponsivenessNo issues