Skip to main content
Glama

MemoryMesh

by CheMiguel23
Metadata.ts545 B
// src/core/metadata/Metadata.ts /** * Represents metadata information associated with a node * Each string in the array represents a metadata entry in the format "key: value" */ export type Metadata = string[]; export interface MetadataEntry { key: string; value: string; } export interface MetadataAddition { nodeName: string; contents: string[]; } export interface MetadataDeletion { nodeName: string; metadata: string[]; } export interface MetadataResult { nodeName: string; addedMetadata: string[]; }

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/CheMiguel23/MemoryMesh'

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