Best for
- Enterprises needing strict governance for AI agents
- Teams meeting OWASP and regulatory compliance requirements
- Multi-agent systems requiring unified policy control
This MCP server is officially maintained by Microsoft and offers robust governance for AI agents, ideal for scenarios requiring strict compliance and security. However, the manifest does not list specific tools, and installation depends on environment variables.
The Agent Governance Toolkit MCP server enables building and managing policy-compliant AI agents with safety enforcement and compliance checking. Based on Microsoft's Agent Governance Toolkit, it provides policy enforcement, zero-trust identity, execution sandboxing, and reliability engineering capabilities, covering all of the OWASP Agentic Top 10. The server integrates via MCP, allowing client tools to enforce policies on agent actions, ensuring operations comply with organizational requirements.
The server is available as an npm package named 'agentos-mcp-server'. Install with npm install agentos-mcp-server. Configure environment variables AGENTOS_POLICY_MODE (strict or permissive) and AGENTOS_LOG_LEVEL (debug, info, warn, or error) to control policy enforcement and logging.