Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REKINDLE_DB_PATHNoPath to the SQLite database file/data/memories.db

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
store_memoryA

Store a memory. Use for preferences, lessons learned, project context, relationship notes, or general information worth remembering across sessions.

search_memoryA

Search memories using full-text search. Returns ranked results with higher-importance memories boosted. Use at session start to load relevant context.

list_memoriesA

List stored memories, optionally filtered by category or project. Returns newest first.

delete_memoryA

Delete a memory by ID. Use when a memory is outdated, incorrect, or no longer relevant.

update_memoryB

Update an existing memory. Provide the ID and any fields to change.

boot_reportA

Generate an orientation report for session start. Reads identity document, scans memories, finds latest transcript, and detects gaps in what was loaded. Call this first thing every session.

end_sessionA

End the current session. Stores a checkpoint, decisions, open loops, preferences, constraints, warnings, and relational delta as structured continuity records. Creates a session record. Call this at the end of every substantive session.

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/Skitchy/rekindle'

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