Skip to main content
Glama
Cognitive-Stack

Hermes Search MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AZURE_SEARCH_API_KEYYesYour Azure Cognitive Search API key
AZURE_SEARCH_ENDPOINTYesYour Azure Cognitive Search service endpoint URL
AZURE_SEARCH_INDEX_NAMEYesThe name of your Azure Cognitive Search index

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-documentsB

Search documents in Azure Cognitive Search index

index-contentB

Index or update documents in Azure Cognitive Search

delete-indexA

Delete the Azure Cognitive Search index

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: deleting an index, indexing content, and searching documents. No overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb-noun pattern with hyphens (delete-index, index-content, search-documents), making them predictable.

Tool Count4/5

Three tools is on the low side but covers the core search lifecycle (index, search, delete). Slightly under but reasonable for a focused MCP server.

Completeness3/5

Missing critical operations like creating an index or listing indexes. The server assumes an existing index, limiting its standalone usability.

Maintenance

ActivityInactive
ResponsivenessNo issues