Skip to main content
Glama

basic-memory

canvas

Create Obsidian canvas files to map and visualize concepts, connections, and ideas. Perfect for organizing knowledge into structured, persistent semantic graphs within Markdown.

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" }
Install Server

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