mimaworks/governance-mcp
Official@mima-ai/governance-mcp
MCP server for AI governance — push compliance evidence to Mima from any agent, any stack, 4 lines of config.
One tool call maps to EU AI Act, ISO 42001, SOC 2, and NIST AI RMF simultaneously. Your readiness score updates automatically.
Install
npx @mima-ai/governance-mcp@0.1.13Or add to your MCP config (always pin the version):
{
"mcpServers": {
"mima-governance": {
"command": "npx",
"args": ["-y", "@mima-ai/governance-mcp@0.1.13"],
"env": {
"MIMA_API_KEY": "mima_ext_...",
"MIMA_WORKSPACE_ID": "ws-..."
}
}
}
}Related MCP server: hivelaw
10 tools
Tool | What it does |
| Overall readiness score + per-framework breakdown |
| All AI systems — registered vs unregistered |
| Evidence records filtered by system and time |
| Preview which controls an attestation would earn |
| Write a GRC evidence record |
| Register an AI system under EU AI Act Art. 9 |
| Record a policy acknowledgment |
| Recommended evidence types for a system description |
| Gate pass/fail status with exit codes |
| Prioritised gate recommendations |
Usage — Claude Code
Add to ~/.claude/settings.json:
{
"mcpServers": {
"mima-governance": {
"command": "npx",
"args": ["-y", "@mima-ai/governance-mcp"],
"env": {
"MIMA_API_KEY": "mima_ext_...",
"MIMA_WORKSPACE_ID": "ws-..."
}
}
}
}Then ask Claude: "Check our compliance posture" or "Register this AI system and suggest which controls we need."
Usage — Cursor / Windsurf
Add to .cursor/mcp.json or .windsurf/mcp.json in your project root:
{
"mcpServers": {
"mima-governance": {
"command": "npx",
"args": ["-y", "@mima-ai/governance-mcp"],
"env": {
"MIMA_API_KEY": "mima_ext_...",
"MIMA_WORKSPACE_ID": "ws-..."
}
}
}
}Dry-run support
All write tools support dry-run — preview what controls you'd earn before committing:
dry_run_attest({ record_type: "ai_risk_assessment", system_name: "loan-scorer" })
// → { mapped_controls: ["EUAIA_ART9", "ISO42001_6_1", "NIST_AIRF_MAP_1"] }Four frameworks, one call
Framework | What it covers |
EU AI Act | Art. 9–15 risk management, oversight, accuracy obligations |
ISO 42001 | AI management system controls — A.6.x risk, A.9.x performance |
SOC 2 | CC3.x–CC8.x risk, change, and incident management |
NIST AI RMF | GOVERN, MAP, MEASURE, MANAGE functions |
Get an API key
mima.works → sign up → copy your key from the dashboard.
Python SDK
For app-code attestation (decorators, batch pushes, pre-approval gates):
pip install mima-governanceDocs
This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityBmaintenanceTracks MCP server behavior from agent-reported interactions. Provides trust scores, behavioral baselines, anomaly detection, and compliance audit exports for EU AI Act and Singapore IMDA frameworks.Last updated61MIT
- Alicense-qualityCmaintenanceMCP server for AI compliance auditing. Scores agent outputs for hallucination liability under the EU AI Act, issues verifiable compliance stamps, and tracks audit history by agent.Last updatedMIT
- Alicense-qualityCmaintenanceAn MCP server that exposes SOC2 and HIPAA compliance remediation logic as structured tools for AI agents to call, enabling an LLM-driven workflow to discover, assess, remediate, and report on compliance controls.Last updatedMIT
- Alicense-qualityBmaintenanceMCP server for compliance automation of AI agents, enabling EU AI Act compliance, verifiable credentials, and decentralized identity management with 47 tools across 9 modules.Last updated17Apache 2.0
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A paid remote MCP for AI SDK eval dashboard, built to return verdicts, receipts, usage logs, and aud
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/mimaworks/governance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server