Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
min_key.ts635 B
import { BSONValue } from './bson_value'; /** @public */ export interface MinKeyExtended { $minKey: 1; } /** * A class representation of the BSON MinKey type. * @public * @category BSONType */ export class MinKey extends BSONValue { get _bsontype(): 'MinKey' { return 'MinKey'; } /** @internal */ toExtendedJSON(): MinKeyExtended { return { $minKey: 1 }; } /** @internal */ static fromExtendedJSON(): MinKey { return new MinKey(); } /** @internal */ [Symbol.for('nodejs.util.inspect.custom')](): string { return this.inspect(); } inspect(): string { return 'new MinKey()'; } }

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