🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@noderail/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noderail/mcp

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

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
44
-16.98%
Maintainers
1
Weekly downloads
 
Created
Source

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

ToolDescription
noderail_get_fieldGet a Field node by ID with full provenance
noderail_list_nodesList all nodes with status and version
noderail_get_nodeGet any node by ID with full content
noderail_get_lineageGet version history and lineage chain
noderail_search_nodesSearch nodes by keyword or author
noderail_get_trust_statusTrust 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

Keywords

mcp

FAQs

Package last updated on 08 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts