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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_log_conversation

Record one full conversation turn to today's journal.

You MUST pass the complete user message and your entire reply — no truncation, no summary, no "..." or "see above". If your reply is very long, pass the first part here then use memory_log_conversation_append() for the rest.

Args: user_message: The user's full message in this turn. agent_response: Your full reply (complete text, every paragraph). model: The model used for this response (e.g. "claude-4-opus"). code_changes: Optional. Files created/modified, e.g. "- src/foo.py (created)". title: Optional. One-line summary for this turn; if empty, derived from first line of user_message.

memory_log_conversation_append

Append more text to the last Agent section in today's journal.

Use after memory_log_conversation() when your full reply did not fit in one call. Can be called multiple times; each chunk is appended to the same turn.

Args: agent_response_chunk: Next part of your reply to append (no truncation).

memory_search

Search chat history for a keyword, returning full conversation turns.

Args: query: Text to search for (case-insensitive). since: Only search from this date onward (YYYY-MM-DD format). max_results: Max turns to return (0 = no limit).

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/liuhao6741/openclaw-memory'

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