basic-memory
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
Continue Conversation | Continue a previous conversation |
Share Recent Activity | Get recent activity from across the knowledge base |
Search Knowledge Base | Search across all content in basic-memory |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
ai assistant guide | Give an AI assistant guidance on how to use Basic Memory tools effectively |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
delete_note | Delete a note by title or permalink |
read_content | Read a file's raw content by path or permalink |
build_context | Build context from a memory:// URI to continue conversations naturally. Copy |
recent_activity | Get recent activity from across the knowledge base. Copy |
search | Search across all content in basic-memory, including documents and entities |
read_note | Read a markdown note by title or permalink. |
write_note | Create or update a markdown note. Returns a markdown formatted summary of the semantic content. |
canvas | Create an Obsidian canvas file to visualize concepts and connections. |
project_info | Get information and statistics about the current Basic Memory project. |