Skip to main content
Glama

Obsidian iCloud MCP

types.ts331 B
export interface Resource { [x: string]: unknown name: string uri: string description?: string mimeType?: string } export interface DirectoryNode { name: string type: 'directory' children: (DirectoryNode | FileNode)[] } export interface FileNode { name: string type: 'file' uri: string mimeType: string }

Latest Blog Posts

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/YanceyOfficial/obsidian-mcp'

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