AzPolicyMCP
@Jitha-afk
AzPolicyMCP について
Simple MCP server to help create Azure Policies for any resource type.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is AzPolicyMCP?
AzPolicyMCP is a Model Context Protocol server that empowers Large Language Models (LLMs) to generate, validate, and deploy Azure custom policies. It provides a standardized interface for LLM applications to interact with Azure Policy definitions and assignments, ensuring correctness and compliance.
How to use AzPolicyMCP?
Configure Azure authentication via environment variables (TENANT_ID, CLIENT_ID, CLIENT_SECRET) and run the server. The LLM client invokes MCP tools such as get_builtin_policies, get_policies_in_category, get_policy_content, deploy_policy_assignment, query_policy_compliance, delete_policy_assignment, and create_policy_definition to manage the full policy lifecycle.
Key features of AzPolicyMCP
- Fetches built-in Azure policy categories from GitHub
- Retrieves individual policy definitions by category
- Validates policy JSON structure against official schema (disabled)
- Deploys policy assignments via Azure REST API
- Queries and reports policy compliance states
- Creates and manages policies and assignments end-to-end
Use cases of AzPolicyMCP
- Generate custom Azure policies for any resource type
- Validate generated policies against official Azure schema
- Deploy validated policies directly into an Azure subscription
- Monitor compliance status of deployed policy assignments
- Clean up policy assignments through deletion
FAQ from AzPolicyMCP
What is the purpose of AzPolicyMCP?
It enables LLMs to assist users in generating, validating, and deploying accurate Azure custom policies, preventing incorrect policy JSON.
What Azure authentication is required?
The server requires environment variables TENANT_ID, CLIENT_ID, and CLIENT_SECRET for Azure AD authentication via the MSAL library.
Which tools are implemented?
Implemented tools: get_builtin_policies, get_policies_in_category, get_policy_content, deploy_policy_assignment, query_policy_compliance, delete_policy_assignment, and create_policy_definition.
Is the policy validation tool working?
verify_policy_structure is temporarily disabled due to issues with the schema validation library. It is intended to validate JSON against the official Azure Policy schema.
Where does the data live?
Built-in policy data is fetched from the Azure/azure-policy GitHub repository. Deployment and compliance data live in the target Azure subscription.
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Nginx UI
0xJackyYet another WebUI for Nginx
コメント