Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
SearchOptionDefinitions.cs909 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace AzureMcp.Search.Options; public static class SearchOptionDefinitions { public const string ServiceName = "service"; public const string IndexName = "index"; public const string QueryName = "query"; public static readonly Option<string> Service = new( $"--{ServiceName}", "The name of the Azure AI Search service (e.g., my-search-service)." ) { IsRequired = true }; public static readonly Option<string> Index = new( $"--{IndexName}", "The name of the search index within the Azure AI Search service." ) { IsRequired = true }; public static readonly Option<string> Query = new( $"--{QueryName}", "The search query to execute against the Azure AI Search index." ) { IsRequired = true }; }

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/Azure/azure-mcp'

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