mcpbeat Sign in

Governmyai MCP Server

by governmyai Your server? Claim it
local only

Governmyai runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 25 Apr 2026.

AI compliance obligations across EU AI Act, ISO 42001, Colorado AI Act, NIST, HIPAA, SOX, FTC

Installs per day peak 25 · avg 5 · -4% w/w
a month agotoday
24
Installs / week
npm · @governmyai/mcp-server
0
Stars
0 open issues
25 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Dockerfile

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/client.js:1, [пакет] bin/governmy-mcp.js:1, [пакет] src/guardrails.js:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @governmyai/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@governmyai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@governmyai/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@governmyai/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@governmyai/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOVERNMY_API_KEY (Your GovernMy.ai API key. Get a free one at https://governmy.ai/developers), GOVERNMY_API_URL (Override the API base URL. Defaults to https://api.governmy.ai). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Governmyai

same job, measured the same way
Conformy
by swikingswe

EU AI Act & NIS2 compliance — classify AI systems, check obligations, draft docs.

36 installs/wk local only
MCP Regulated AI Compliance
by uchit

Regulated-industry AI compliance: EU AI Act, APRA, NIST AI RMF, ISO 42001, AU AI Safety.

79 installs/wk local only
Meok Enterprise Compliance Suite
by csoai-org

MEOK Enterprise Compliance Suite — End-to-end EU AI Act, GDPR, NIS2, DORA, ISO, SOC2, HIPAA, PCI

103 installs/wk local only
Dingdawg Compliance
by dingdawg

EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan.

106 installs/wk local only
Dingdawg Compliance
by dingdawg-dev

EU AI Act + Colorado AI Act compliance scoring. 87/100 in 60 seconds. Free local scan.

local only
Rubric Protocol
by 0xsims

AI compliance attestation for EU AI Act, SR 11-7, HIPAA. Free local tier, no key required.

135 installs/wk local only
Air Blackbox MCP
by airblackbox

EU AI Act compliance scanner for Python AI agents. 14 tools across 6 articles.

local only
Meok Attestation Verify
by csoai-org

Tiny zero-dependency verifier for MEOK AI Labs compliance attestations (DORA, NIS2, CRA, EU AI Act,

137 installs/wk local only

Governmyai — questions

Answers built from our own checks of this server.

Why is there no uptime for Governmyai?
Governmyai runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @governmyai/mcp-server was installed 24 times last week.
How do I connect Governmyai?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @governmyai/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Governmyai?
The npm package @governmyai/mcp-server was installed 24 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Governmyai open source?
Yes — it is published under the MIT licence, written in Dockerfile and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.