Read-only MCP server and Copilot CLI skills bundle for Azure architects. Complements (does not replace) the official azure-mcp. ALZ checklist queries by ID + scorecard composition.
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": {
"mcp-server-azure-arc": {
"command": "uvx",
"args": [
"mcp-server-azure-architect"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-azure-arc uvx mcp-server-azure-architect
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-azure-arc": {
"command": "uvx",
"args": [
"mcp-server-azure-architect"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-server-azure-architect