Skip to main content
Glama
alioshr
by alioshr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_BANK_ROOTYesDirectory where project memory banks will be stored

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
list_projectsB

List all projects in the memory bank

list_project_filesA

List all files within a specific project

memory_bank_readB

Read a memory bank file for a specific project

memory_bank_writeC

Create a new memory bank file for a specific project

memory_bank_updateC

Update an existing memory bank file for a specific project

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 5 tools

Disambiguation5/5

Each tool targets a distinct resource and action: listing projects, listing files within a project, reading a file, creating a file, and updating a file. There is no overlap or ambiguity between tools.

Naming Consistency3/5

Names mix two conventions: 'list_projects' and 'list_project_files' use verb-first snake_case, while 'memory_bank_read', 'memory_bank_write', and 'memory_bank_update' use object-first with a modifier. The pattern is inconsistent but still readable.

Tool Count5/5

Five tools is well-scoped for a memory bank server, covering the essential operations without unnecessary bloat. The count feels right for the domain.

Completeness3/5

The server covers list, read, create, and update of memory bank files, but it is missing a delete operation. This is a notable gap in CRUD coverage, though agents can work around it by archiving or overwriting files.

Maintenance

ActivityInactive
ResponsivenessUnresponsive