Skip to main content
Glama

Memory Engineering MCP

by romiluz13
eslint.config.js1.24 kB
import js from '@eslint/js'; import typescript from '@typescript-eslint/eslint-plugin'; import typescriptParser from '@typescript-eslint/parser'; export default [ js.configs.recommended, { ignores: ['src/utils/logger.ts'] // Logger needs console access }, { files: ['src/**/*.ts'], languageOptions: { parser: typescriptParser, parserOptions: { ecmaVersion: 2022, sourceType: 'module', project: './tsconfig.json' }, globals: { console: 'readonly', process: 'readonly', Buffer: 'readonly', fetch: 'readonly' } }, plugins: { '@typescript-eslint': typescript }, rules: { ...typescript.configs.recommended.rules, '@typescript-eslint/explicit-function-return-type': 'error', '@typescript-eslint/no-explicit-any': 'error', '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }], '@typescript-eslint/consistent-type-imports': 'error', '@typescript-eslint/no-non-null-assertion': 'warn', 'no-console': 'error', 'no-debugger': 'error', 'prefer-const': 'error', 'no-var': 'error' } } ];

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/romiluz13/memory-engineering-mcp'

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