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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"microsoft-azure-opti": {
"command": "npx",
"args": [
"-y",
"projectAcetylcholine/microsoft-azure-options-for-hosting-ai-agents-mcp-servers"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add microsoft-azure-opti npx -y projectAcetylcholine/microsoft-azure-options-for-hosting-ai-agents-mcp-servers
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"microsoft-azure-opti": {
"command": "npx",
"args": [
"-y",
"projectAcetylcholine/microsoft-azure-options-for-hosting-ai-agents-mcp-servers"
]
}
}
}
📋 Copy