Azure-Documentation-AI-Assistant
Verified Safeby oshin-prakash
Overview
Integrates Azure AI Agents with the Microsoft Learn MCP server to search documentation and provide tool-enhanced responses.
Installation
python src/main.pyEnvironment Variables
- PROJECT_ENDPOINT
- MODEL_DEPLOYMENT_NAME
Security Notes
The project uses a .env file for sensitive credentials, which is good practice. However, a full security audit is impossible due to heavily truncated source code. Interactions with external Azure AI services and the Microsoft Learn MCP server imply network dependencies, which carry inherent risks, but no obvious malicious patterns or glaring vulnerabilities are present in the provided description.
Similar Servers
AI-Gateway
The project serves as a collection of labs demonstrating AI Gateway capabilities with Azure API Management, focusing on Model Context Protocol (MCP) to enable plug-and-play tool integration for Large Language Models (LLMs).
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
python-mcp-agent-workshop
Implements an MCP server with a keyword search tool for AI agents to analyze codebases and provide insights.