mcp-server-nodejs-api-docs
Verified Safeby lirantal
Overview
This MCP Server provides up-to-date Node.js API documentation for built-in core modules to AI agents.
Installation
npx mcp-server-nodejs-api-docsSecurity Notes
The server utilizes `@modelcontextprotocol/sdk` for its core functionality and `eslint-plugin-security` during development, indicating a proactive approach to security. Direct execution of arbitrary user input is mitigated by validation checks (e.g., `Object.hasOwn` for tool names). Network requests are made to official and trusted Node.js documentation sources (nodejs.org, github.com/nodejs). Logging to a temporary file (`mcp-server-nodejs-docs.log`) might expose operational information in a multi-user environment, but the logged data does not appear to contain sensitive secrets. No clear instances of 'eval', insecure 'child_process' usage, or hardcoded secrets were found that would immediately compromise the system.
Similar Servers
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
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.