Skip to main content
Glama

basic-memory

canvas

Visualize concepts and connections by creating Obsidian canvas files with nodes and edges. Integrates with Basic Memory for persistent semantic graph management and Markdown-based knowledge storage.

Instructions

Create an Obsidian canvas file to visualize concepts and connections.

Input Schema

NameRequiredDescriptionDefault
edgesYes
folderYes
nodesYes
projectNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "edges": { "items": { "additionalProperties": true, "type": "object" }, "title": "Edges", "type": "array" }, "folder": { "title": "Folder", "type": "string" }, "nodes": { "items": { "additionalProperties": true, "type": "object" }, "title": "Nodes", "type": "array" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" }, "title": { "title": "Title", "type": "string" } }, "required": [ "nodes", "edges", "title", "folder" ], "type": "object" }

Other Tools from basic-memory

Related Tools

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