Azure AI Foundry MCP Server
by lily95h
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub token for testing models for free with rate limits. | |
| EVAL_DATA_DIR | No | Path to the JSONL evaluation dataset | |
| AZURE_CLIENT_ID | No | The ID of your Service Principal (app registration) | |
| AZURE_TENANT_ID | No | The ID of your Azure Active Directory tenant. | |
| AZURE_CLIENT_SECRET | No | The secret credential for the Service Principal. | |
| AZURE_OPENAI_API_KEY | No | API key for Azure OpenAI | |
| AZURE_OPENAI_ENDPOINT | No | Endpoint for Azure OpenAI | |
| AZURE_AI_SEARCH_API_KEY | No | The API key for your Azure AI Search service. | |
| AZURE_OPENAI_DEPLOYMENT | No | Deployment name (e.g., `gpt-4o`) | |
| AZURE_AI_SEARCH_ENDPOINT | No | The endpoint URL for your Azure AI Search service. It should look like this: `https://<your-search-service-name>.search.windows.net/`. | |
| AZURE_OPENAI_API_VERSION | No | Version of the OpenAI API | |
| AZURE_AI_PROJECT_ENDPOINT | No | Used for Azure AI Agent querying and evaluation | |
| AZURE_AI_SEARCH_API_VERSION | No | API Version to use. Defaults to `2025-03-01-preview`. | 2025-03-01-preview |
| SEARCH_AUTHENTICATION_METHOD | No | `service-principal` or `api-search-key`. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |