Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
GovernMy.ai MCP server — query AI governance obligations from Claude Desktop, Cursor, or any MCP-compatible client.
Covers EU AI Act, ISO 42001, Colorado AI Act, NIST AI RMF, HIPAA (AI provisions), SOX (AI provisions), and FTC AI guidance.
This MCP server gives an AI assistant (like Claude) the ability to query GovernMy's rules engine directly while you're working. You can ask questions like:
...and get structured regulatory obligations back as part of the conversation.
Important: this tool returns obligations, not verdicts. It never tells you "you're compliant" or "you're not compliant" — those are determinations only a human reviewer can make. Every response includes a humanReviewRequired flag where applicable.
After installing + restarting, try one of these:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonmcpServers object:{
"mcpServers": {
"governmy": {
"command": "npx",
"args": ["-y", "@governmyai/mcp-server"],
"env": {
"GOVERNMY_API_KEY": "ooa_live_your_key_here"
}
}
}
}list_frameworks tool.Add the server to your Cursor MCP settings (Settings → MCP Servers):
npx-y @governmyai/mcp-serverGOVERNMY_API_KEY=ooa_live_your_key_hereAny client that speaks stdio MCP can run this server. Set GOVERNMY_API_KEY in the client's env for the server process.
| Variable | Required | Default | Purpose |
|---|---|---|---|
GOVERNMY_API_KEY | yes | — | Your GovernMy.ai API key |
GOVERNMY_API_URL | no | https://api.governmy.ai | Override API base URL (for local dev) |
Every tool response includes a notAVerdict notice reminding the AI assistant that obligations are not compliance verdicts.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.