Skip to main content
Glama
lirantal

NodeJS API Docs MCP Server

by lirantal

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCKER_CONTAINERNoFlag to indicate if running in a Docker container

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search-nodejs-modules-api-documentationA
  <use_case>
    Use this tool to search across all Node.js built-in core modules API documentation and get back a list of core modules and their methods when you want to search and look-up Node.js API support
  </use_case>
  <important_notes>
    1. HIGH PRIORITY: *ALWAYS* use this tool first so that you can search for Node.js modules and their methods
    2. Ideally you want to suggest users the use of built-in Node.js API rather than third-party libraries
    3. This tool will return a list of all Node.js core modules and their methods
  </important_notes>
  
retrieve-nodejs-modules-api-documentationA

Retrieve, fetch, and get Node.js API documentation for a specific module or class.

You call the `retrieve-nodejs-modules-api-documentation` MCP tool with the following parameters:
```json
{
  "module": "util",
  "method": "styleText"
}
```

Prompts

Interactive templates invoked by user choice

NameDescription
nodejs-api-lookupSearch up-to-date knowledge for Node.js modules API Documentation

Resources

Contextual data attached and managed by the client

NameDescription
Node.js Releases Schedule ChartA chart showing the release schedule of Node.js versions.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lirantal/mcp-server-nodejs-api-docs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server