Skip to main content
Glama
zuneracodes

LocalKeep MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOCALKEEP_DB_PATHNoOverride the full path to the SQLite database file. Alternative to LOCALKEEP_DATA_DIR. Defaults to ~/.localkeep/localkeep.db when installed via pip.
LOCALKEEP_DATA_DIRNoOverride the data directory where localkeep.db is stored. Alternative to LOCALKEEP_DB_PATH. Defaults to ~/.localkeep when installed via pip.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_memoriesA

Search the user's curated memory banks (local Hub).

USE FIRST when context about the user's own past — personal OR work/research — would help answer the question.

Examples of triggers: a person from their past, picking up a research topic, continuing a report or project, any dated "what did I do then" question.

Pass query (keywords), entity (person or topic tag from memories), and/or date range. Returns titled, dated facts the user wrote — authoritative for their timeline.

get_memories_by_date_rangeA

Fetch memories whose event_date falls in a date range.

USE when the user mentions a month, year, or period, or asks what they were working on during a timeframe. Combine with query/entity for topic or person.

list_banksA

List memory bank titles so you can pick the right timeline.

USE to discover which banks exist before get_bank or a targeted search.

get_bankA

Load all memories from one bank by title (exact or partial match).

USE when a bank title matches the topic or person the user is asking about.

Prompts

Interactive templates invoked by user choice

NameDescription
recall_timeline_contextUse before answering when prior user-authored context (personal or work) matters.

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/zuneracodes/localkeep'

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