Skip to main content
Glama

MemoryMesh

by CheMiguel23
IStorage.ts468 B
// src/types/storage.ts import type {Edge, Graph} from '@core/index.js'; /** * Edge indexing structure */ export interface EdgeIndex { byFrom: Map<string, Set<string>>; byTo: Map<string, Set<string>>; byType: Map<string, Set<string>>; } /** * Storage interface for graph operations */ export interface IStorage { loadGraph(): Promise<Graph>; saveGraph(graph: Graph): Promise<void>; loadEdgesByIds(edgeIds: string[]): Promise<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