mcp-server-nodejs-api-docs
Verified Safeby lirantal
Overview
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
Installation
npx mcp-server-nodejs-api-docsEnvironment 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
mcp-docs-server
Serves Markdown documentation, reusable prompt templates, and various file types as an MCP server for AI agents.
material-web-mcp
Provides an MCP server for AI agents to programmatically access Material Web documentation, generate templates, and validate HTML code.
mcp-server-guide
An MCP server that centralizes AI agent instructions, documentation, and guidelines to support an iterative and phased software development cycle, ensuring structured, collaborative, and high-quality outcomes.
BoostHub
An MCP (Model Context Protocol) server designed to boost developer productivity by offering AI-driven code review prompts, code rule generation, and utility tools for integration with clients like Cursor.