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.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
ICSS
chokcoco不止于 CSS
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论