Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
project-rootNoAbsolute path to the project root (command-line argument)
MEMORY_ENGINE_PROJECT_ROOTNoAbsolute path to the project root (environment variable)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
retrieve_agent_contextA

Retrieve the smallest relevant set of persistent memory and grounded project knowledge before non-trivial coding work. Bootstraps the project automatically on first use.

inspect_memoryB

Progressively inspect a MemoryNode, its children, relations, and relevant evidence. Use after retrieve_agent_context when more depth is needed on a specific memory.

inspect_knowledgeC

Inspect a KnowledgeChunk or source-grounded file range within the target project. Paths are restricted to the project root. Content is redacted before output.

reflect_and_writeA

Report a completed validated task to the post-task reflection pipeline. The system decides whether and how to retain knowledge — agents cannot force memory creation directly. Do not call for trivial, failed, reverted, or unverified work.

memory_statusB

Return project health, bootstrap state, retrieval mode, memory counts, knowledge index status, and cache state.

refresh_project_knowledgeA

Explicit-use only. Trigger a safe incremental rescan of changed project sources. Not needed for normal workflow — indexing runs automatically on bootstrap. Returns a summary of changed, added, and removed sources.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_constraints
get_architecture
get_status
get_recent_incidents
get_memory_tree_summary
get_agent_policy

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/uudam42/agent-memory-engine'

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