Maester MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAESTER_PWSH | No | PowerShell executable (default pwsh) | pwsh |
| AZURE_CLIENT_ID | No | App registration client ID | |
| AZURE_TENANT_ID | No | Entra tenant ID | |
| MAESTER_DRIFT_ROOT | No | Baseline folder for -DriftRoot drift detection | |
| MAESTER_TESTS_PATH | No | Tests folder (default ~/maester-tests) | ~/maester-tests |
| AZURE_CLIENT_SECRET | No | App registration client secret | |
| MAESTER_RESULTS_PATH | No | Where result JSON/MD/HTML files are written | |
| AZURE_USE_MANAGED_IDENTITY | No | Set to 'true' for Azure-hosted (no secret) | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_maester_testsA | Run Maester 2.2 security tests against your Microsoft 365 / Entra tenant. Returns a pass/fail summary and results file paths. Scope with tags and services. Takes 2–10 min depending on breadth. |
| audit_ai_agentsA | Audit the organisation's AI attack surface using Maester's AIAgent checks (MT.1113–MT.1122): risky Copilot Studio agent sharing, missing agent authentication, risky HTTP config, AI-driven email exfiltration, MCP server tools that need review, hard-coded credentials in topics, dormant/orphaned agents, plus high agent-risk sign-ins. Requires the Dataverse service. Use this to let an AI agent police the org's other agents and MCP servers. |
| get_security_posture_summaryA | Parse a results file into a structured summary: overall pass rate, per-category breakdown, critical/high failures sorted first, and top failures. Good first call after run_maester_tests. |
| get_failed_testsA | List all failed tests from a results file with descriptions and remediation, optionally filtered by category tag. |
| get_test_detailA | Get full details — description, result, remediation, help URL, severity — for one test by ID. |
| run_ca_whatifA | Simulate a user sign-in against all Conditional Access policies via the Graph evaluate API. Returns which policies apply, block, or grant. |
| merge_tenant_resultsA | Merge multiple per-tenant Maester result files into a single multi-tenant HTML report (for MSPs / multi-tenant orgs). Wraps Merge-MtMaesterResult + Get-MtHtmlReport. |
| list_available_tagsA | List every test tag available in the installed test suite via Get-MtTestInventory. Use these to scope run_maester_tests. |
| update_maester_testsA | Update the Maester module and test files to the latest versions, and report the resulting module version. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iffystrayer/maester-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server