mcp-server-azure-ai-agents-main
Verified Safeby 0lovesakura0
Overview
Enables Claude Desktop to perform AI-enhanced search and web grounding using Azure AI Search and Bing Web Search, either directly or via Azure AI Agent Service.
Installation
python azure_ai_agent_service_server.pyEnvironment Variables
- PROJECT_CONNECTION_STRING
- MODEL_DEPLOYMENT_NAME
- AI_SEARCH_CONNECTION_NAME
- BING_CONNECTION_NAME
- AI_SEARCH_INDEX_NAME
- AZURE_SEARCH_SERVICE_ENDPOINT
- AZURE_SEARCH_API_KEY
Security Notes
Secrets are loaded via environment variables using python-dotenv and managed by Azure SDKs (AzureKeyCredential, DefaultAzureCredential), which is a secure practice. No 'eval' or obvious malicious patterns found. Network communication is with trusted Azure and Bing services. Requires proper handling of Azure credentials outside the codebase.
Similar Servers
mcp-raganything
Provides a FastAPI REST API and MCP server for Retrieval Augmented Generation (RAG) capabilities, integrating with the RAG-Anything and LightRAG libraries for multi-modal document processing and knowledge graph operations.
kagi-ken-mcp
This MCP server provides Kagi search and summarization capabilities to LLM agents like Claude, leveraging a user's Kagi session token.
viberag
Local codebase semantic search (RAG) for AI coding assistants via MCP server.
searchcraft-mcp-server
An MCP server that enables AI agents to manage Searchcraft clusters by performing operations on indexes, documents, federations, authentication keys, analytics, and generating search applications from JSON data via natural language prompts.