Skip to main content
Glama

NodeJS API Docs MCP Server

by lirantal
package.json2.72 kB
{ "name": "mcp-server-nodejs-api-docs", "version": "1.1.3", "description": "An MCP Server for Node.js API documentation", "types": "dist/main.d.ts", "type": "module", "bin": "./dist/bin/cli.cjs", "exports": { ".": { "import": { "types": "./dist/main.d.ts", "default": "./dist/main.mjs" }, "require": { "types": "./dist/main.d.cts", "default": "./dist/main.cjs" }, "default": "./dist/main.mjs" }, "./dist/*": { "types": "./dist/*.d.ts", "import": "./dist/*.mjs", "require": "./dist/*.cjs" } }, "engines": { "node": ">=22.0.0" }, "packageManager": "npm@8.4.0", "files": [ "dist", "src", "bin" ], "scripts": { "start": "node --import tsx src/bin/cli.ts --debug", "debug": "npm run build && npx @modelcontextprotocol/inspector node dist/bin/cli.mjs --debug", "build": "tsc && tsup", "lint": "eslint . && npm run lint:lockfile", "lint:fix": "eslint . --fix", "lint:lockfile": "lockfile-lint --path package-lock.json --validate-https --allowed-hosts npm yarn", "test": "c8 node --import tsx --test __tests__/**/*.test.ts", "test:watch": "c8 node --import tsx --test --watch __tests__/**/*.test.ts", "coverage:view": "open coverage/lcov-report/index.html", "version": "changeset version", "release": "changeset publish" }, "author": { "name": "Liran Tal", "email": "liran@lirantal.com", "url": "https://github.com/lirantal" }, "publishConfig": { "provenance": true, "access": "public" }, "license": "Apache-2.0", "keywords": [ "mcp", "mcp server", "model context protocol", "node.js api docs", "node api docs" ], "homepage": "https://github.com/lirantal/mcp-server-nodejs-api-docs", "bugs": { "url": "https://github.com/lirantal/mcp-server-nodejs-api-docs/issues" }, "repository": { "type": "git", "url": "https://github.com/lirantal/mcp-server-nodejs-api-docs.git" }, "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.7", "@modelcontextprotocol/inspector": "^0.16.1", "@types/node": "^24.0.1", "c8": "^10.1.2", "eslint": "^9.6.0", "eslint-plugin-security": "^3.0.1", "husky": "^9.0.11", "lint-staged": "^16.1.2", "lockfile-lint": "^4.14.0", "neostandard": "^0.12.1", "tsup": "^8.1.0", "tsx": "^4.19.4", "typescript": "^5.5.3", "validate-conventional-commit": "^1.0.4" }, "lint-staged": { "**/*.{js,json}": [ "npm run lint:fix" ] }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "pino": "^9.7.0", "zod": "^4.0.5" } }

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