Skip to main content
Glama

MemoryMesh

by CheMiguel23
Graph.ts228 B
// src/core/graph/Graph.ts import type {Node} from './Node.js'; import type {Edge} from './Edge.js'; /** * Represents the complete knowledge graph structure */ export interface Graph { nodes: Node[]; edges: Edge[]; }

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