Skip to main content
Glama

Obsidian Memory MCP

by YuNaga224
MIT License
1

add_observations

Extend knowledge graphs by adding observation data to entities in Obsidian Memory MCP. Input entity names and observation contents to enhance AI memory visualization.

Instructions

Add new observations to existing entities in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
observationsYes

Input Schema (JSON Schema)

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