Skip to main content
Glama
swesmith-repos

Azure AI Foundry MCP Server

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_DIRYesPath to the JSONL evaluation dataset.
AZURE_CLIENT_IDNoThe ID of your Service Principal (app registration). Required when using service-principal.
AZURE_TENANT_IDNoThe ID of your Azure Active Directory tenant. Required when using service-principal.
AZURE_CLIENT_SECRETNoThe secret credential for the Service Principal. Required when using service-principal.
AZURE_OPENAI_API_KEYNoAPI key for Azure OpenAI. Required for text quality evaluators.
AZURE_OPENAI_ENDPOINTNoEndpoint for Azure OpenAI. Required for text quality evaluators.
AZURE_AI_SEARCH_API_KEYNoThe API key for your Azure AI Search service. Required when using api-search-key.
AZURE_OPENAI_DEPLOYMENTNoDeployment name (e.g., gpt-4o). Required for text quality evaluators.
AZURE_AI_SEARCH_ENDPOINTYesThe 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. Required for text quality evaluators.
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_METHODYesAuthentication method to use: service-principal or api-search-key.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/swesmith-repos/azure-ai-foundry__mcp-foundry.8902e5c9'

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