Sign In

@yawlabs/nol-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
Package was removed
Sorry, it seems this package was removed from the registry

@yawlabs/nol-mcp

nol MCP server — query your team's knowledge base (search, cited Q&A, spaces, pages) from AI assistants

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@yawlabs/nol-mcp

MCP server for nol -- query your team's knowledge base (search, cited Q&A, spaces, pages) from AI assistants. Read-only. Proprietary (UNLICENSED), part of the nol product.

It is a thin client over the nol core API: it never talks to Postgres or re-implements retrieval. Authenticates with a workspace-scoped API key bound to a principal, so the server enforces ACLs.

Configure

EnvDefaultPurpose
NOL_API_URLhttp://localhost:3001nol core API base URL
NOL_API_KEY(required)workspace-scoped API key bound to a principal

Tools

ToolAccessPurpose
nol_searchreadsemantic + lexical search
nol_askreadcited RAG answer
nol_list_spacesreadlist spaces with page counts
nol_get_space_treereadflat page list for a space
nol_get_pagereadfetch a page's Markdown + metadata
nol_get_page_revisionsreada page's revision history

Develop

npm install
npm run build      # tsc + esbuild single-file bundle -> dist/index.js
npm test

Keywords

nol

FAQs

Package last updated on 09 Jun 2026

Related posts