Skip to main content
Glama

basic-memory

build_context

Create conversational context from memory:// URLs to reference past discussions or explore related topics. Supports natural language timeframes, pattern matching, and folder-like paths for retrieval.

Instructions

Build context from a memory:// URI to continue conversations naturally.

Use this to follow up on previous discussions or explore related topics. Memory URL Format: - Use paths like "folder/note" or "memory://folder/note" - Pattern matching: "folder/*" matches all notes in folder - Valid characters: letters, numbers, hyphens, underscores, forward slashes - Avoid: double slashes (//), angle brackets (<>), quotes, pipes (|) - Examples: "specs/search", "projects/basic-memory", "notes/*" Timeframes support natural language like: - "2 days ago", "last week", "today", "3 months ago" - Or standard formats like "7d", "24h"

Input Schema

NameRequiredDescriptionDefault
depthNo
max_relatedNo
pageNo
page_sizeNo
projectNo
timeframeNo7d
urlYes

Input Schema (JSON Schema)

{ "properties": { "depth": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Depth" }, "max_related": { "default": 10, "title": "Max Related", "type": "integer" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "page_size": { "default": 10, "title": "Page Size", "type": "integer" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" }, "timeframe": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "7d", "title": "Timeframe" }, "url": { "maxLength": 2028, "minLength": 1, "title": "Url", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/basicmachines-co/basic-memory'

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