Skip to main content
Glama

Obsidian Memory MCP

by YuNaga224
MIT License
1

create_entities

Generate and store multiple entities in a knowledge graph, including their names, types, and associated observations, for visualization and analysis in Obsidian's graph view.

Instructions

Create multiple new entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
entitiesYes

Input Schema (JSON Schema)

{ "properties": { "entities": { "items": { "properties": { "entityType": { "description": "The type of the entity", "type": "string" }, "name": { "description": "The name of the entity", "type": "string" }, "observations": { "description": "An array of observation contents associated with the entity", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "entityType", "observations" ], "type": "object" }, "type": "array" } }, "required": [ "entities" ], "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