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

nyxa-governed-memory-mcp

v0.1.1

Published

Nyxa AI Governance Apprentice: an MCP-compatible governed memory layer for audit-ready classification, open-signal handling, risk documentation, and human-supervised AI workflows.

Readme

Nyxa Governed Memory MCP

Nyxa Governed Memory MCP is an MCP-compatible AI Governance Apprentice for governed memory workflows. Governed memory means memory that is classified, sensitivity-aware, auditable, consent-aware, and not automatically treated as confirmed truth.

This project uses MCP as a connector layer, not as the product itself. The product framing is governance-first: observe, classify, document, and keep humans in control of validation and decisions.

What This Is

Nyxa AI Governance Apprentice helps teams structure AI-adjacent memory and audit workflows with explicit policy checks and audit traces.

It is designed for:

  • governed memory classification
  • open-signal handling
  • risk documentation
  • audit trail generation
  • human-supervised AI workflows

What This Is Not

Public MVP boundaries:

  • no autonomous interpretation
  • no autonomous action execution
  • no confirmed memory without validation
  • no biometric processing
  • no dream interpretation
  • no clinical, psychological, or legal advice
  • no hidden side effects

Core Invariants

  • open_signal is not memory_node.
  • Unvalidated memory candidates are not confirmed truth.
  • Human operators remain responsible for decisions, validation, and deployment controls.
  • Legal evidence package preparation means organization/documentation support, not legal advice.

Current Active Tools (v0.1)

The currently active tool surface is intentionally minimal:

  • system.status
  • policy.mode
  • audit.trace

Planned Public MVP Tool Surface (Roadmap, Not Yet Active)

The following governance-oriented tools are planned for public MVP expansion and are not active in v0.1:

  • classify_event
  • classify_sensitivity
  • create_audit_note
  • export_governance_report
  • prepare_legal_evidence_package
  • hold_open_signal

Installation

npm install

Build

npm run build

Run (dev)

npm run dev

Run (dist)

npm run build
npm run start

MCP Connector Example

{
  "mcpServers": {
    "nyxa-governed-memory": {
      "command": "node",
      "args": ["/absolute/path/to/nyxa-governed-memory-mcp/dist/index.js"],
      "env": {
        "NYXA_AGENT_MODE": "observe_only",
        "NYXA_MEMORY_BACKEND": "local",
        "NYXA_DATA_DIR": "/absolute/path/to/nyxa-governed-memory-mcp/data"
      }
    }
  }
}

Safe-By-Default Boundaries

  • default mode: observe_only
  • policy enforcement before every tool call
  • audit event written for every tool call
  • execution tools disabled
  • authoritative writes disabled

Submission Readiness

This repository is structured for governance-first MCP/connector submission with:

  • explicit security and privacy statements
  • documented governance invariants
  • threat model and limitations
  • EU/GDPR alignment notes (design alignment, not certification)
  • controlled, minimal tool exposure in current release