Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMPHORA_API_KEYYesYour Memphora API key
MEMPHORA_USER_IDNoUnique identifier for your memoriesmcp_default_user

Tools

Functions exposed to the LLM to take actions

NameDescription
memphora_search

Search your personal memories for relevant information. Use this when the user asks about something they may have mentioned before, their preferences, past experiences, or any personal information. Examples: 'What's my favorite food?', 'Where do I work?', 'What projects am I working on?'

memphora_store

Store important information about the user for future recall. Use this when the user shares personal details, preferences, facts about themselves, or explicitly asks you to remember something. Examples: 'I work at Google', 'My favorite color is blue', 'Remember that I'm allergic to peanuts'

memphora_extract_conversation

Extract and store memories from a conversation. Use this to save important information from a longer discussion. The system will automatically identify and store relevant facts.

memphora_list_memories

List all stored memories for the user. Use this to see what information has been remembered.

memphora_delete

Delete a specific memory by its ID. Use this when the user wants to forget something or correct incorrect information.

Prompts

Interactive templates invoked by user choice

NameDescription
recall_contextSearch memories to get context about the user before responding
save_sessionSave important information from the current conversation

Resources

Contextual data attached and managed by the client

NameDescription
My MemoriesAll stored memories for the current user
Memory SummarySummary of stored memories and statistics

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/Memphora/memphora-mcp'

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