Back to Home
lirantal icon

mcp-server-nodejs-api-docs

Verified Safe

by lirantal

Overview

Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.

Installation

Run Command
npx mcp-server-nodejs-api-docs

Environment Variables

  • DOCKER_CONTAINER

Security Notes

The server primarily fetches data from trusted, official Node.js documentation sources (nodejs.org, raw.githubusercontent.com) and uses an in-memory cache to reduce external calls. Explicit security linting rules (via eslint-plugin-security) are configured to prevent common vulnerabilities like arbitrary file system access, unsafe regex, child process execution, and eval with expressions. While object injection warnings are present in `src/tools/index.ts`, analysis shows the keys used are internally defined and not user-controlled, mitigating this specific risk. No hardcoded secrets or other malicious patterns were identified in the provided source code.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassHigh
Avg Tokens3500
Stars8
Forks4
Last Update2026-01-19

Tags

Node.jsAPI DocumentationMCP ServerDeveloper ToolContext Protocol