Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_MCP_DBNoOverride the default database location (~/.memory_mcp/memory.db)
MEMORY_MCP_SOURCESNoExtend session sources with additional directories (format: type:path;type:path)

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
save_memoryA

Save a note to persistent memory. Use this to remember important context, decisions, patterns, or user preferences across sessions.

search_memoryA

Search saved memories. Use short keywords, not natural language phrases — each word is matched independently and ranked by relevance.

list_memoriesB

List recent saved memories, optionally filtered by tag.

delete_memoryB

Delete a specific memory by its ID.

list_sessionsB

List recent AI coding sessions. Filter by source ('claude_code' or 'omp') or by project path substring.

get_sessionB

Retrieve the conversation from a specific session. Shows the full message flow including user messages, assistant responses, and tool usage.

search_sessionsB

Search across all session messages. Use short keywords, not natural language phrases — each word is matched independently and ranked by relevance.

refresh_sessionsA

Scan for new or updated session files and index them. Run this if recent sessions aren't showing up in search results.

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/nerdyaustin/memory_mcp'

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