Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
isSimpleValidator.js454 B
'use strict'; /** * Determines if `arg` is a flat object. * * @param {Object|Array|String|Function|RegExp|any} arg * @api private * @return {Boolean} */ module.exports = function isSimpleValidator(obj) { const keys = Object.keys(obj); let result = true; for (let i = 0, len = keys.length; i < len; ++i) { if (typeof obj[keys[i]] === 'object' && obj[keys[i]] !== null) { result = false; break; } } return result; };

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/yywdandan/memory-bank-mcp-server'

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