microsoft-azure-options-for-hosting-ai-agents-mcp-servers

projectAcetylcholine/microsoft-azure-options-for-hosting-ai-agents-mcp-servers
★ 0 stars Unknown language 🤖 AI/LLM Updated 1d ago
A repository for sample code that demonstrates how to host AI Agents and MCP servers on Microsoft Azure infrastructure for a variety of use cases and scenarios.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "microsoft-azure-opti": {
      "command": "npx",
      "args": [
        "-y",
        "projectAcetylcholine/microsoft-azure-options-for-hosting-ai-agents-mcp-servers"
      ]
    }
  }
}