Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_API_KEYNoAnthropic API key for the Haiku-based extractor. Resolved from environment variable, or else from config files.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_initA

Initialize project memory with name and description.

memory_saveA

Save a memory about this project. Records decisions, patterns, architecture, gotchas, progress, or context for future sessions.

memory_recallA

Recall all active memories, optionally filtered by type or tags.

memory_deleteB

Delete a specific memory by ID.

memory_searchB

Search memories by keyword. Returns ranked results matching the query across content and tags.

memory_relatedA

Get all memories related to specific tags/areas. Use to explore a topic in depth.

memory_askA

Ask a question and get an answer synthesized from project memories. Like RAG over your project knowledge.

memory_consolidateA

Manually trigger memory consolidation. Merges duplicates, removes outdated memories, keeps memory sharp.

memory_consciousnessA

Generate the full consciousness document. This is what gets written to CLAUDE.md.

memory_statsA

Show memory statistics: counts by type, active/archived/superseded, last consolidation.

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/yuvalsuede/memory-mcp'

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