LocalKeep MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOCALKEEP_DB_PATH | No | Override the full path to the SQLite database file. Alternative to LOCALKEEP_DATA_DIR. Defaults to ~/.localkeep/localkeep.db when installed via pip. | |
| LOCALKEEP_DATA_DIR | No | Override 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| recall_timeline_context | Use before answering when prior user-authored context (personal or work) matters. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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