Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
isSubpath.js289 B
'use strict'; /** * Determines if `path2` is a subpath of or equal to `path1` * * @param {string} path1 * @param {string} path2 * @return {Boolean} * @api private */ module.exports = function isSubpath(path1, path2) { return path1 === path2 || path2.startsWith(path1 + '.'); };

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