Skip to main content
Glama

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
cortex_record_eventB

Hot-path non-blocking episodic event logging.

cortex_check_error_loopC

Checks if identical error stack trace has occurred previously.

cortex_update_scratchpadC

Updates Tier 1 transient working memory scratchpad.

cortex_query_memoryC

Hybrid 4-tier retrieval returning synthesized, lean context.

cortex_inspect_graphB

Queries bi-temporal knowledge graph dependencies for a code entity.

cortex_force_consolidationC

Manually forces background sleep-cycle consolidation.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct memory operation: error-loop checking, scratchpad updates, hybrid retrieval, graph inspection, consolidation, and event recording. There is minimal overlap between querying, inspecting, and recording.

Naming Consistency5/5

All tools share the cortex_ prefix and follow a consistent snake_case verb_noun pattern. The naming clearly communicates action and target.

Tool Count5/5

Six tools is a well-scoped set for a memory server, covering retrieval, recording, updates, inspection, and maintenance without redundancy.

Completeness4/5

Core memory workflows are covered, but there is no explicit delete/forget or scratchpad reset operation, which could be a minor gap depending on expected memory lifecycle management.

Maintenance

ActivityMaintained
ResponsivenessNo issues