npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

meok-setup

v1.1.0

Published

Install MEOK AI compliance MCP servers for Claude Desktop, Cursor, VS Code, and more

Readme

meok-setup

npm License: MIT Node MEOK AI Labs

Zero-friction installer for MEOK AI compliance MCP servers.

One command installs EU AI Act, GDPR, ISO 27001, NIS2, DORA, HIPAA, OWASP, and 200+ more compliance MCPs across Claude Desktop, Cursor, VS Code, and Windsurf.

Quick start

# Install governance pack (13 MCPs) into Claude Desktop
npx meok-setup

# Pick a specific pack
npx meok-setup --pack healthcare
npx meok-setup --pack security
npx meok-setup --pack all

# Target a different client
npx meok-setup --client cursor
npx meok-setup --client vscode
npx meok-setup --client windsurf

# Preview without writing files
npx meok-setup --dry-run --pack governance

# Skip confirmation prompt
npx meok-setup --pack governance --yes

Options

| Flag | Short | Description | |------|-------|-------------| | --pack <name> | -p | Server pack to install (default: governance) | | --client <name> | -c | Target client: claude, cursor, vscode, windsurf | | --list | -l | List all available packs and servers | | --dry-run | -n | Preview changes without writing files | | --uninstall | -u | Remove MCP servers from client config | | --yes | -y | Skip confirmation prompt | | --help | -h | Show help | | --version | -V | Show version |

Packs

| Pack | Servers | Coverage | |------|---------|----------| | governance | 13 | EU AI Act, GDPR, ISO 27001, ISO 42001, NIS2, DORA, CRA, AI-BOM, bias detection | | healthcare | 5 | HIPAA, FHIR, SaMD, MDR, clinical AI governance | | finance | 4 | Basel, MiFID II, AML, MiCA crypto | | security | 8 | OWASP, MITRE ATT&CK/ATLAS, CISA KEV, SBOM, SLSA, Sigstore | | a2a | 6 | Agent policy, audit, rate limiting, handoff, prompt injection firewall, data residency | | trade | 7 | UK haulage, skip hire, BIM, NRSWA, CHAS, crane, concrete pump | | industry | 9 | MiCA, MDR, FDA SaMD, COPPA/FERPA, Basel, MiFID II, AML, food safety | | all | 218+ | Every MEOK compliance MCP server |

What it does

  1. Detects installed MCP clients (Claude Desktop, Cursor, VS Code, Windsurf)
  2. Writes MCP server entries to the appropriate config file
  3. Preserves existing config — appends, never overwrites
  4. Backs up config before writing (.bak file)
  5. Skips servers already present in config

Uninstall

# Remove a specific pack
npx meok-setup --uninstall --pack governance

# Remove everything from a client
npx meok-setup --uninstall --pack all --client cursor

Pricing

| Tier | Price | Features | |------|-------|----------| | Free | £0 | 10 calls/day per MCP, no API key required | | Pro | £79/mo | Unlimited calls, signed attestations, priority support | | Enterprise | £1,499/mo | Custom SLA, on-prem, dedicated support |

Subscribe: https://buy.stripe.com/14A4gB3K4eUWgYR56o8k836

Verifying compliance attestations

Every Pro/Enterprise audit emits an HMAC-signed cert with a public verify URL:

https://meok-attestation-api.vercel.app/verify

License

MIT © MEOK AI Labs