Skip to main content
Glama

MemoryMesh

by CheMiguel23
Edge.ts261 B
// src/core/graph/Edge.ts /** * Represents an edge connecting two nodes in the knowledge graph */ export interface Edge { type: 'edge'; from: string; to: string; edgeType: string; weight?: number; // Optional weight property (0-1 range) }

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