Skip to main content
Glama

Azure AI Foundry MCP Server

by lily95h

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub token for testing models for free with rate limits.
EVAL_DATA_DIRNoPath to the JSONL evaluation dataset
AZURE_CLIENT_IDNoThe ID of your Service Principal (app registration)
AZURE_TENANT_IDNoThe ID of your Azure Active Directory tenant.
AZURE_CLIENT_SECRETNoThe secret credential for the Service Principal.
AZURE_OPENAI_API_KEYNoAPI key for Azure OpenAI
AZURE_OPENAI_ENDPOINTNoEndpoint for Azure OpenAI
AZURE_AI_SEARCH_API_KEYNoThe API key for your Azure AI Search service.
AZURE_OPENAI_DEPLOYMENTNoDeployment name (e.g., `gpt-4o`)
AZURE_AI_SEARCH_ENDPOINTNoThe endpoint URL for your Azure AI Search service. It should look like this: `https://<your-search-service-name>.search.windows.net/`.
AZURE_OPENAI_API_VERSIONNoVersion of the OpenAI API
AZURE_AI_PROJECT_ENDPOINTNoUsed for Azure AI Agent querying and evaluation
AZURE_AI_SEARCH_API_VERSIONNoAPI Version to use. Defaults to `2025-03-01-preview`.2025-03-01-preview
SEARCH_AUTHENTICATION_METHODNo`service-principal` or `api-search-key`.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/lily95h/mcp-foundry'

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