Skip to main content
Glama
DanNsk

Multi-Memory MCP Server

by DanNsk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_BASE_DIRNoBase directory for all memory categories (default: '.aim' in current working directory).aim
DEFAULT_CATEGORYNoDefault category when none specified (default: "default")default
SERIALIZATION_FORMATNoOutput format for tool responses. 'json' (Standard JSON with 2-space indentation) or 'toon' (Token-Oriented Object Notation - compact format optimized for LLMs). Default: "json"json

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_entitiesA

Create multiple new entities in the knowledge graph. Returns entities with their assigned IDs. Constraints: entities unique by (name, entityType); observations unique by (entity, observationType, source). Use override=true to replace existing entities.

create_relationsB

Create multiple new relations between entities. Each endpoint (from/to) can be specified by id OR by name/type. Returns relations with their assigned IDs. Use override=true to update existing relations.

add_observationsA

Add new observations to existing entities. Entity can be specified by entityId OR by entityName/entityType. Returns observation IDs. Constraint: observations unique by (entity, observationType, source). Use override=true to update existing observations.

delete_entitiesA

Delete entities and their relations. Specify each entity by id OR by name/entityType.

delete_observationsB

Delete specific observations. Specify by observation id OR by entity identifier + observationType + source.

delete_relationsA

Delete relations. Specify by relation id OR by entity IDs (fromId/toId/relationType) OR by entity names (from/fromType/to/toType/relationType).

read_graphA

Read the entire knowledge graph. Returns all entities (with IDs) and relations (with IDs).

search_nodesA

Full-text search with BM25 ranking. Returns matching entities sorted by relevance. Supports FTS5 query syntax: simple terms (auth), phrases ("user auth"), AND/OR/NOT operators (user AND auth), prefix matching (auth*), proximity search (NEAR(user auth, 5)). Simple queries auto-convert to prefix-matching AND search.

open_nodesB

Open specific entities. Specify each by id OR by name/entityType. Returns entities with their IDs.

list_categoriesA

List all available memory categories.

delete_categoryA

Delete an entire memory category and all its contents.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/DanNsk/multi-memory-mcp'

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