Skip to main content
Glama

basic-memory

canvas

Generate Obsidian canvas files to map and visualize relationships between concepts, facilitated by the basic-memory MCP server for structured knowledge management.

Instructions

Create an Obsidian canvas file to visualize concepts and connections.

Input Schema

NameRequiredDescriptionDefault
edgesYes
folderYes
nodesYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "edges": { "items": { "type": "object" }, "title": "Edges", "type": "array" }, "folder": { "title": "Folder", "type": "string" }, "nodes": { "items": { "type": "object" }, "title": "Nodes", "type": "array" }, "title": { "title": "Title", "type": "string" } }, "required": [ "nodes", "edges", "title", "folder" ], "title": "canvasArguments", "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