Skip to main content
Glama
HefnySco

MCP Notes

by HefnySco

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_entitiesC

Create multiple new entities in the knowledge graph

add_observationsC

Add new observations to existing entities in the knowledge graph

create_relationsB

Create multiple new relations between entities in the knowledge graph. Relations should be in active voice

delete_entitiesA

Delete multiple entities and their associated relations from the knowledge graph

delete_observationsB

Delete specific observations from entities in the knowledge graph

delete_relationsA

Delete multiple relations from the knowledge graph

open_nodesC

Open specific nodes in the knowledge graph by their names

read_graphB

Read the entire knowledge graph

search_nodesC

Search for nodes in the knowledge graph based on a query

get_versionA

Get the version information of this memory MCP server

query_by_timeB

Query entities and observations by time range using createdAt/updatedAt timestamps

get_recentC

Get the most recently updated entities

traverse_graphB

Traverse the knowledge graph from a starting entity to find connected entities via relations

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 13 tools

Disambiguation5/5

Each tool targets a specific operation on the knowledge graph, like creating entities, adding observations, or searching nodes. No two tools have overlapping purposes, ensuring clear distinction for an agent.

Naming Consistency5/5

All tools use snake_case with a consistent verb_noun pattern (e.g., create_entities, delete_observations). Minor deviations like 'get_recent' still follow the pattern, making the set predictable.

Tool Count5/5

With 13 tools, the server covers core knowledge graph operations without being bloated. Each tool serves a clear purpose, and the count is well-scoped for the domain.

Completeness4/5

The tool set includes create, read, delete, and query operations, but lacks dedicated update tools for entities, observations, and relations. While updates can be achieved via delete+create, this is a minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues