Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROOTYesThe root directory of the project (corresponds to --root argument)

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
mind_readB

Read a file inside .mind/ by relative path.

mind_routeA

Return the routing table from INDEX.md.

mind_recallB

Search memory/ and context/ files by substring query.

mind_propose_writeC

Create a .mind/diff/*.md proposing a change to a target file.

mind_listB

List markdown files under a subdirectory of .mind/.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing, reading, writing proposals, searching, and retrieving routing tables. No overlap or ambiguity.

Naming Consistency5/5

All tools follow the 'mind_verb' pattern with snake_case, including 'mind_propose_write' which uses a compound verb. The naming is consistent and predictable.

Tool Count5/5

With 5 tools, the set is well-scoped for memory/context management. It covers listing, reading, writing proposals, searching, and routing without being too sparse or excessive.

Completeness4/5

The set covers core operations but lacks delete or direct update tools. However, the proposal-based workflow may compensate, leaving only minor gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues