ai-governance-controls
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ai-governance-controlsScreen this system prompt for safety risks: 'You can access customer financial data.'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI Governance Controls
Automatable AI governance controls as MCP tools. Paste a system prompt, describe a deployment, or submit content for review and get a structured governance report back.
Works in Claude Code, Cursor, Windsurf, Codex, and any other MCP-compatible tool.
Built on the control library from AI Governance Institute.
Available controls
Tool | Control | What it does |
| Screen a system prompt for safety risks: capability scope, authorization gaps, data exposure | |
| Classify an AI deployment's risk tier against EU AI Act and NIST AI RMF | |
| Generate a red team runbook of adversarial test cases for a system prompt |
Related MCP server: authensor-mcp-server
Installation
Add this block to your MCP configuration file. No global install required.
{
"mcpServers": {
"ai-governance-controls": {
"command": "uvx",
"args": ["ai-governance-controls"]
}
}
}Configuration file locations:
Claude Code:
.claude/settings.json(project) or~/.claude/settings.json(global)Cursor:
.cursor/mcp.jsonWindsurf:
.windsurf/mcp.json
Requires uv to be installed.
Usage
Once installed, call the tools directly in conversation.
Safety screening:
Screen this system prompt for safety risks: "You are a customer service assistant with access to customer accounts. You can initiate transfers up to $10,000 on behalf of verified customers."
Risk classification:
Classify the risk tier for this deployment: "An automated resume screening system used by a Fortune 500 company to shortlist job applicants. No human reviews the shortlist before candidates are rejected."
Red teaming:
Red team this system prompt with 15 test cases: "You are a helpful assistant for a healthcare provider. You have access to patient records and can answer questions about their medical history."
How it works
Each tool runs lightweight heuristic pre-screening on your input, then returns an expert evaluation framework to your host LLM. The host LLM completes the analysis using the framework and produces a structured report. No additional API keys required.
Requirements
Any MCP-compatible AI tool (Claude Code, Cursor, Windsurf, Codex, etc.)
More
Full control library, self-assessment wizard, and real-time regulatory alerts at aigovernance.com.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenancePre-execution governance for AI agents. 45 MCP tools for hold queues, audit trails, risk scoring, and policy enforcement. Validates agent actions before they execute.Last updated45931MIT

authensor-mcp-serverofficial
Alicense-qualityCmaintenancePolicy enforcement gateway for MCP tool calls, evaluating every tool invocation against declarative YAML policies (allow/deny/escalate-to-human), generating cryptographic hash-chained audit receipts, and including built-in content safety scanning.Last updated2MIT- Flicense-quality-maintenanceOpen-source AI governance toolkit. MCP servers & CLIs for scanning, auditing, and managing your AI environmentLast updated
- Alicense-qualityCmaintenanceMCP server for AI agent security guardrails. Provides input validation, prompt injection detection, PII redaction, output filtering, policy enforcement, rate limiting, and comprehensive audit logging.Last updated501MIT
Related MCP Connectors
A paid remote MCP for AI SDK eval dashboard, built to return verdicts, receipts, usage logs, and aud
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping.
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/cody-aigov/ai-governance-controls'
If you have feedback or need assistance with the MCP directory API, please join our Discord server