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).
{
"mcpServers": {
"azure-ai-foundry-agent-with-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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).
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 192 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
MCP Server for GCP environment for interacting with various Observability APIs.
MCP Server for kubernetes management commands
Model Context Protocol (MCP) server for Kubernetes and OpenShift
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
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)