An example of using an MS Teams Bot to chat with Azure AI Foundry Models and Agents (which may have access to an MCP Server).
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"azure-ai-foundry-agent-with-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A learning project demonstrating integration between Azure AI Foundry models/agents, MCP (Model Context Protocol) servers, and Microsoft Teams bots using preview and beta versions of various SDKs.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / cloud
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
MCP Security Weekly
Get CVE alerts and security updates for Azure AI Foundry Agent With MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A learning project demonstrating integration between Azure AI Foundry models/agents, MCP (Model Context Protocol) servers, and Microsoft Teams bots using preview and beta versions of various SDKs.
Please see my LinkedIn posts for more info:
https://www.linkedin.com/feed/update/urn:li:activity:7365798255726579714/
https://www.linkedin.com/feed/update/urn:li:activity:7378160986584670208/
This project showcases seven different AI interaction approaches:
The Teams Bot serves as a unified interface to interact with all these AI variants through simple command prefixes.
az login required)The project uses appsettings.json and appsettings.development.json for configuration:
{
"ProjectEndpointForModel": "your-azure-ai-foundry-model-endpoint",
"ProjectEndpointForAgent": "your-azure-ai-foundry-agent-endpoint",
"ModelDeploymentName": "your-model-deployment-name",
"ApiKey": "your-api-key",
"McpServerUrl": "your-ngrok-url-for-mcp-server"
}
Start your message with one of these prefixes:
model - Chat with base model (full conversation history)goldfish - Chat with model (no memory)