Back to directory
cognitive-stack/hermes-search-mcp

cognitive-stack/hermes-search-mcp

@Cognitive-Stack

Hermes Search MCP enables full-text and semantic search over Azure Cognitive Search with type-safe operations, powered by the open Model Context Protocol (MCP).

azurecognitive-searchsearchmcptypescriptfull-text-searchsemantic-searchcontext

Installation & Configuration

{
  "mcpServers": {
    "hermes-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hermes-search-mcp@latest"
      ],
      "env": {
        "AZURE_SEARCH_ENDPOINT": "your-search-endpoint",
        "AZURE_SEARCH_API_KEY": "your-api-key",
        "AZURE_SEARCH_INDEX_NAME": "your-index-name"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17