Skip to main content
Glama

MCP Memory Server - HTTP Streaming

by songlairui
types.ts520 B
export interface Entity { name: string; entityType: string; observations: string[]; } export interface Relation { from: string; to: string; relationType: string; } export interface KnowledgeGraph { entities: Entity[]; relations: Relation[]; } export interface ObservationInput { entityName: string; contents: string[]; } export interface ObservationOutput { entityName: string; addedObservations: string[]; } export interface DeletionInput { entityName: string; observations: string[]; }

Latest Blog Posts

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/songlairui/mcp-memory-server'

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