← Back to Plugins
MCP Server MCP

works.mima/governance-mcp

github By github 👁 3 views ▲ 0 votes

AI governance evidence for EU AI Act, ISO 42001, SOC 2, and NIST AI RMF.

Homepage Verified source GitHub

Install

npx -y @mima-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mima-ai/governance-mcp",
      "version": "0.1.13",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Mima API key (mima_ext_...)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MIMA_API_KEY"
        },
        {
          "description": "Your Mima workspace ID (ws-...)",
          "isRequired": true,
          "format": "string",
          "name": "MIMA_WORKSPACE_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...