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.
Latest Blog Posts
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