Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
document_provider.js475 B
'use strict'; /* eslint-env browser */ /*! * Module dependencies. */ const Document = require('./document.js'); const BrowserDocument = require('./browserDocument.js'); let isBrowser = false; /** * Returns the Document constructor for the current context * * @api private */ module.exports = function() { if (isBrowser) { return BrowserDocument; } return Document; }; /*! * ignore */ module.exports.setBrowser = function(flag) { isBrowser = flag; };

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