Skip to main content
Glama

mcp-server-neon

Official
eslint.config.js1.62 kB
import js from '@eslint/js'; import ts from 'typescript-eslint'; import prettierConfig from 'eslint-config-prettier'; // @ts-check export default ts.config( { files: ['**/*.ts', '**/*.cts', '**.*.mts'], ignores: [ '**/*.js', '**/*.gen.ts', // see https://eslint.org/docs/latest/use/configure/configuration-files#globally-ignoring-files-with-ignores 'src/tools-evaluations/**/*', 'landing/**/*', ], rules: { 'no-console': 'off', '@typescript-eslint/consistent-type-definitions': ['error', 'type'], '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-unsafe-member-access': 'off', '@typescript-eslint/no-unsafe-argument': 'off', '@typescript-eslint/no-unsafe-assignment': 'off', '@typescript-eslint/no-unsafe-return': 'off', '@typescript-eslint/no-unsafe-call': 'off', '@typescript-eslint/non-nullable-type-assertion-style': 'off', '@typescript-eslint/prefer-nullish-coalescing': 'off', '@typescript-eslint/no-unnecessary-condition': 'off', '@typescript-eslint/restrict-template-expressions': [ 'error', { allowAny: true, allowBoolean: true, allowNullish: true, allowNumber: true, allowRegExp: true, }, ], }, languageOptions: { parserOptions: { project: true, tsconfigRootDir: import.meta.dirname, }, }, extends: [ js.configs.recommended, ...ts.configs.strictTypeChecked, ...ts.configs.stylisticTypeChecked, ], }, prettierConfig, );

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/neondatabase-labs/mcp-server-neon'

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