test
and launches an MCP server in it. The room and all services will shut down automatically when inactive.Tool | Short Description |
---|---|
build_context | Build context from a memory:// URI to continue conversations naturally. |
canvas | Create an Obsidian canvas file to visualize concepts and connections. |
delete_note | Delete a note by title or permalink. |
project_info | Get information and statistics about the current Basic Memory project. |
read_content | Read a file’s raw content by path or permalink. |
read_note | Read a markdown note by title or permalink. |
recent_activity | Get recent activity from across the knowledge base. |
search_notes | Search across all content in the knowledge base. |
write_note | Create or update a markdown note. |
build_context
"2 days ago"
, "last week"
, "today"
, "3 months ago"
) or standard formats ("7d"
, "24h"
).Name | Type | Description |
---|---|---|
url | string | |
depth | string | optional |
max_related | integer | optional |
page | integer | optional |
page_size | integer | optional |
timeframe | string | optional |
canvas
Name | Type | Description |
---|---|---|
edges | array | |
folder | string | |
nodes | array | |
title | string |
delete_note
Name | Type | Description |
---|---|---|
identifier | string |
project_info
read_content
Name | Type | Description |
---|---|---|
path | string |
read_note
Name | Type | Description |
---|---|---|
identifier | string | |
page | integer | optional |
page_size | integer | optional |
recent_activity
"2 days ago"
, "last week"
, "yesterday"
, "today"
) or standard formats ("7d"
).Name | Type | Description |
---|---|---|
depth | integer | optional |
max_related | integer | optional |
page | integer | optional |
page_size | integer | optional |
timeframe | string | optional |
type | string | optional |
search_notes
Name | Type | Description |
---|---|---|
query | string | |
after_date | string | optional |
entity_types | string | optional |
page | integer | optional |
page_size | integer | optional |
search_type | string | optional |
types | string | optional |
write_note
Name | Type | Description |
---|---|---|
content | string | |
folder | string | |
title | string | |
tags | string | optional |