Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYYesYour OpenAI API key used for embeddings and LLM-powered query generation.
TURSO_AUTH_TOKENYesThe authentication token for your Turso database.
TURSO_DATABASE_URLYesThe URL of your Turso database or libSQL-compatible endpoint (e.g., libsql://your-db.turso.io).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
remember

Store a new memory. Describe what you want to remember in plain English. The system will figure out how to store it based on the table structure.

forget

Delete or modify existing memories. Describe what you want to forget or change in plain English.

recall

Recall memories without modifying them. Describe what you want to remember in plain English.

process

Review and refine existing memories. Analyzes all stored memories for quality, duplicates, and gaps, then asks clarifying questions. Call again with answers to apply refinements.

process_answers

Provide answers to questions raised by the process tool. Pass the original questions and your answers; the system will apply memory refinements based on the answers.

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

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