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
| Tool | Description |
|---|---|
create_entities | Create new entities in the knowledge graph |
add_observations | Add observations to existing entities |
create_relations | Create relations between entities |
read_graph | Read the entire knowledge graph |
search_nodes | Search for nodes by query |
open_nodes | Open specific nodes by name |
delete_entities | Delete entities from the graph |
delete_observations | Delete observations from entities |
delete_relations | Delete relations between entities |