Skip to main content
Glama
mm-repos

Azure AI Search MCP Server

by mm-repos
.env.example844 B
# Azure AI Search Configuration (Required) # Get these from your Azure AI Search service in the Azure portal AZURE_SEARCH_ENDPOINT=https://your-search-service.search.windows.net AZURE_SEARCH_API_KEY=your-search-admin-key AZURE_SEARCH_INDEX_NAME=your-index-name # Google Gemini API (Optional - for enhanced AI processing) # Get API key from: https://makersuite.google.com/app/apikey GOOGLE_API_KEY=your-google-api-key GEMINI_MODEL=gemini-1.5-flash GEMINI_TEMPERATURE=0.1 # LangSmith Configuration (Optional - for tracing and debugging) # Sign up at: https://smith.langchain.com LANGCHAIN_TRACING_V2=true LANGCHAIN_ENDPOINT=https://api.smith.langchain.com LANGCHAIN_API_KEY=your-langsmith-api-key LANGCHAIN_PROJECT=azure-search-mcp # MCP Server Configuration (Optional) MCP_SERVER_NAME=azure-search-mcp MCP_SERVER_VERSION=0.1.0 LOG_LEVEL=INFO

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/mm-repos/langgraph-claude-azure-mcp'

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