Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
recall_project_contextA

Load the most important project memories (failed attempts, fragile files, decisions, deployment rules) before starting work. Call this at the start of a task.

check_before_editingA

Check whether a file has recorded risks, failed attempts, or fragile-file warnings BEFORE editing it. Always call this before modifying configuration or deployment files.

remember_decisionA

Record an important design or implementation decision and WHY it was made, so future sessions do not relitigate or reverse it unknowingly.

remember_failed_attemptA

Record an approach that was tried and FAILED, so no future session repeats it. Include what was tried, why it failed, and what the actual fix was (if known).

remember_fragile_fileB

Mark a file as fragile/risky so future sessions get a guardrail warning (or block) before touching it.

end_session_summaryB

At the end of a work session, record what changed, what worked, and what failed. Creates a session summary and proposes durable memories.

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/lumayapartners/memini'

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