AI Governance Institute logo
AI Governance Institute

Practical Governance for Enterprise AI

← News
Announcement2026-06-13

AI Governance Institute Publishes Open-Source MCP Server for Automating Governance Controls

Source

ai-governance-mcp on GitHub

AI Governance Institute

What happened

AI Governance Institute published the ai-governance-mcp server to GitHub under an open-source license. The server exposes three governance controls as MCP tools: one runs output guardrail checks against a system prompt or model output and flags policy violations; one scores an AI deployment against a structured risk taxonomy and returns a risk tier with justification; and one generates adversarial test cases for a target system prompt and summarizes attack surface findings. All three tools run locally through Claude Code or any client that supports the Model Context Protocol.

Why it matters

  • ·Governance controls have historically lived in policy documents, not in developer workflows. MCP tooling changes that: when safety screening and risk classification run inside the same environment where AI systems are built and tested, teams can catch governance gaps at the point of development rather than after deployment. The friction of running a governance check drops from hours to seconds.
  • ·The three controls chosen for the initial release (SAF-001, HOC-001, SAF-005) cover the highest-value automation opportunities: output validation, risk tier assignment, and adversarial testing. These are also the controls most often skipped in practice because they require specialized effort to run consistently. Automating them via MCP removes the effort barrier.
  • ·MCP is emerging as the standard integration layer for AI tooling. Publishing governance controls as MCP tools means they can be composed with other tools in agentic workflows, not just used interactively. A CI/CD pipeline, an agent review step, or a pre-deployment checklist can all invoke these controls programmatically.
  • ·Open-source distribution allows compliance teams to inspect the control logic, adapt it to their internal risk taxonomy, and contribute improvements. Governance tools that are opaque or proprietary are harder to audit and harder to trust. Reviewable source is a prerequisite for controls that produce audit-ready output.

Governance controls affected

What to do now

  • Install the ai-governance-mcp server and add it to your Claude Code MCP configuration to start running safety screening and risk classification in your development workflow.
  • Run the risk classification tool against any AI systems currently in development or recently deployed to get a baseline risk tier. Compare the output against your internal risk register and flag discrepancies for review.
  • Use the red-teaming tool to generate adversarial test cases for any system prompts powering customer-facing or high-stakes internal AI applications. Review the attack surface summary with your security team before go-live.
  • If your organization has a custom risk taxonomy, consider forking the repository and adapting the risk classification logic to align with your internal definitions. The control logic is designed to be readable and modifiable.
  • Review your AI governance program for other controls that could be automated and flag them for future MCP tool development. Controls with structured inputs and verifiable outputs are the best candidates.

What to watch next

Additional governance controls moving toward automation in the Control Executor roadmap, and whether the MCP ecosystem develops shared schemas for governance tool output so that results from different tools and vendors can be aggregated into a unified compliance record.

Related Coverage

Insight2026-06-10

Claude Fable 5 and Mythos 5 Force a New Tier of Governance Controls for Enterprise AI Teams

Anthropic's June 2026 launch of Claude Fable 5 and Claude Mythos 5 introduces a dual-track access model with safeguards selectively removed for authorized users, capabilities that compress months of engineering work into hours, and a 30-day data retention requirement on Mythos-class traffic. Each of these creates new governance obligations that most enterprise control frameworks are not yet designed to handle.

Corporate Policy2026-07-01

Databricks Enterprise AI Governance Guide Puts Risk Classification and PII Controls at the Center of Program Design

Databricks published a practitioner-oriented guide outlining best practices for enterprise AI governance, recommending that organizations inventory and classify AI use cases by risk level before applying controls. The guide emphasizes cross-functional role assignment, built-in safeguards for personally identifiable information, and proactive monitoring across the AI system lifecycle. It targets enterprise compliance teams building or maturing AI governance programs on data and model platforms.

Insight2026-06-16

Anthropic's Fable 5 Defense Statement Reveals the Gap Between Vendor Safety Architecture and Government Risk Tolerance

Anthropic published a formal rebuttal to the June 12 U.S. export control directive suspending Fable 5 and Mythos 5, disclosing for the first time the specific jailbreak at issue (asking the model to read a codebase and fix software flaws) and the details of its defense-in-depth safety methodology. The statement is the clearest public account yet of how Anthropic characterizes its own safety assurances, and it reveals a meaningful gap between what vendors can promise and what government risk tolerance now requires.