Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMWAL_WEB_URLNoOverride the web app URL used during login.
MEMWAL_MCP_DEBUGNoEnable verbose stderr logging. Set to '1' to enable.
MEMWAL_NAMESPACENoDefault memory namespace applied when the agent omits one.
MEMWAL_SERVER_URLNoOverride the relayer base URL.
MEMWAL_CLIENT_LABELNoFriendly delegate-key label shown in Walrus Memory.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
memwal_rememberA

Save a fact to the user's Walrus Memory personal memory. Call ONLY when the user explicitly asks to remember/save something. Pass the full, detailed text — never summarize.

memwal_recallA

Search the user's Walrus Memory for facts relevant to a query. Returns matching memories ranked by relevance.

memwal_analyzeB

Extract memorable facts from a passage of text (preferences, habits, biographical info, constraints) and save each as a separate Walrus Memory memory.

memwal_restoreA

Re-index a namespace from Walrus blobs back into the relayer's search index. Returns counts and truncated status; call again with a higher limit when truncated=true.

memwal_loginA

Sign this MCP client into your Walrus Memory account by opening a browser. Run once when the agent reports Walrus Memory is not signed in. Opens the dashboard in the default browser, waits for wallet approval, then writes credentials to ~/.memwal/credentials.json. Other memwal_* tools become usable on the next call after a successful login.

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

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