Memory

MCP
Utility
9 tools

Knowledge graph for persistent memory storage

Installation

Install the typed integration package for your language:

Terminal

$ npm install @leash/integration-memory

Authentication

This integration does not require authentication.

Usage

import { LeashIntegrations } from '@leash/sdk'
import { createMemoryClient } from '@leash/integration-memory'
const leash = new LeashIntegrations()
const client = createMemoryClient(leash)
const result = await client.createEntities()

Available Tools

ToolDescription
create_entitiesCreate new entities in the knowledge graph
add_observationsAdd observations to existing entities
create_relationsCreate relations between entities
read_graphRead the entire knowledge graph
search_nodesSearch for nodes by query
open_nodesOpen specific nodes by name
delete_entitiesDelete entities from the graph
delete_observationsDelete observations from entities
delete_relationsDelete relations between entities