Skip to main content
Glama

basic-memory

canvas

Create Obsidian canvas files to visualize concepts and connections, helping organize thoughts and build knowledge graphs from conversations.

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

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