Skip to main content
Glama

NodeJS API Docs MCP Server

by lirantal
eslint.config.js1.49 kB
import pluginSecurity from 'eslint-plugin-security' import neostandard, { resolveIgnoresFromGitignore, plugins } from 'neostandard' export default [ ...neostandard({ ignores: resolveIgnoresFromGitignore(), ts: true, // Enable TypeScript support, filesTs: ['src/**/*.ts', '__tests__/**/*.ts'] }), plugins.n.configs['flat/recommended-script'], pluginSecurity.configs.recommended, { rules: { 'n/hashbang': 'off', 'n/no-process-exit': 'off', 'n/no-unsupported-features': 'off', 'n/no-unpublished-require': 'off', 'security/detect-non-literal-fs-filename': 'error', 'security/detect-unsafe-regex': 'error', 'security/detect-buffer-noassert': 'error', 'security/detect-child-process': 'error', 'security/detect-disable-mustache-escape': 'error', 'security/detect-eval-with-expression': 'error', 'security/detect-no-csrf-before-method-override': 'error', 'security/detect-non-literal-regexp': 'error', 'security/detect-object-injection': 'warn', 'security/detect-possible-timing-attacks': 'error', 'security/detect-pseudoRandomBytes': 'error', 'space-before-function-paren': 'off', 'object-curly-spacing': 'off', 'n/no-missing-import': ['error', { allowModules: ['@modelcontextprotocol/sdk'], resolvePaths: ['/path/to/a/modules/directory'] }] }, languageOptions: { ecmaVersion: 2024, sourceType: 'module', }, }, ]

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