Skip to main content
Glama

Obsidian Memory MCP

by YuNaga224
MIT License
1

open_nodes

Retrieve specific entities from a knowledge graph by their names, enabling users to access and visualize relevant nodes in Obsidian’s graph view for enhanced knowledge mapping and analysis.

Instructions

Open specific nodes in the knowledge graph by their names

Input Schema

NameRequiredDescriptionDefault
namesYesAn array of entity names to retrieve

Input Schema (JSON Schema)

{ "properties": { "names": { "description": "An array of entity names to retrieve", "items": { "type": "string" }, "type": "array" } }, "required": [ "names" ], "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