Skip to main content
Glama

Obsidian Memory MCP

by YuNaga224
MIT License
1

create_relations

Establish connections between entities in a knowledge graph using active voice. Specify relation types and entity pairs to build structured relationships for visual analysis in Obsidian’s graph view.

Instructions

Create multiple new relations between entities in the knowledge graph. Relations should be in active voice

Input Schema

NameRequiredDescriptionDefault
relationsYes

Input Schema (JSON Schema)

{ "properties": { "relations": { "items": { "properties": { "from": { "description": "The name of the entity where the relation starts", "type": "string" }, "relationType": { "description": "The type of the relation", "type": "string" }, "to": { "description": "The name of the entity where the relation ends", "type": "string" } }, "required": [ "from", "to", "relationType" ], "type": "object" }, "type": "array" } }, "required": [ "relations" ], "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/YuNaga224/obsidian-memory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server