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

@noderail/mcp

v1.0.1

Published

NodeRail knowledge governance MCP server — read, search, and trust-evaluate versioned knowledge nodes

Downloads

46

Readme

NodeRail MCP Server

The provenance and governance layer for AI-readable knowledge.

MCP asks what AI can access. NodeRail asks what AI should trust.

What This Is

NodeRail is a knowledge governance platform that gives frameworks, methods, and intellectual work a permanent, versioned, citable home — with DOI issuance, Git-based lineage, and governance built in.

This MCP server exposes NodeRail's knowledge graph to Claude and other MCP-compatible AI assistants — so they can find, read, and cite structured knowledge with authorship intact.

Why It Matters

Every other MCP server is an access layer. NodeRail is the trust layer.

When AI systems consume knowledge through MCP, they need to know:

  • Who created this?
  • Is this the canonical version?
  • What changed between versions?
  • Is this peer-reviewed, practitioner-derived, or experimental?
  • Should this be trusted for enterprise decisions?

NodeRail answers those questions. No other MCP server does.

Tools

| Tool | Description | |------|-------------| | noderail_get_field | Get a Field node by ID with full provenance | | noderail_list_nodes | List all nodes with status and version | | noderail_get_node | Get any node by ID with full content | | noderail_get_lineage | Get version history and lineage chain | | noderail_search_nodes | Search nodes by keyword or author | | noderail_get_trust_status | Trust report: evidence level, canonical status, permitted use |

Quick Start

npm install -g noderail-mcp

Add to your ~/.claude/settings.json:

{
  "mcpServers": {
    "noderail": {
      "command": "node",
      "args": ["/path/to/noderail-mcp-server/dist/index.js"],
      "env": {
        "NODERAIL_REPO_PATH": "/path/to/your/noderail-repo"
      }
    }
  }
}

Then ask Claude:

  • "What fields exist in NodeRail?"
  • "Search NodeRail nodes for cognitive load"
  • "Get the trust status of the HCS field"

The Live Example

The first field in NodeRail is Human Capacity Science (HCS) — a framework for measuring cognitive, emotional, and digital load to prevent burnout. Created by Gao Kabubi. DOI issued. Versioned. Governed.

That's what NodeRail looks like in practice.

Platform

  • Website: noderail.org
  • Version: v0.1 (early access)
  • Founded by: Gao Kabubi

License

MIT