Skip to main content
Glama

MemoryMesh

by CheMiguel23
Node.ts233 B
// src/core/graph/Node.ts import type {Metadata} from '@core/index.js'; /** * Represents a node in the knowledge graph */ export interface Node { type: 'node'; name: string; nodeType: string; metadata: Metadata; }

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