Back to Home
lirantal icon

mcp-server-nodejs-api-docs

Verified Safe

by lirantal

Overview

This MCP Server provides up-to-date Node.js API documentation for built-in core modules to AI agents.

Installation

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

Security 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

Stats

Interest Score37
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars8
Forks3
Last Update2025-12-01

Tags

MCP ServerNode.jsAPI DocumentationDeveloper ToolsAI Agent