Skip to main content
Glama

Obsidian MCP Server

Apache 2.0
248
116
  • Apple
  • Linux

obsidian_list_files_in_dir

Explore and organize Obsidian vaults by listing all files and directories in a specified path. Returns a hierarchical structure to visualize relationships and locate specific content efficiently.

Instructions

Lists all files and directories that exist in a specific Obsidian directory. Returns a hierarchical structure showing files, folders, and their relationships. Useful for exploring vault organization and finding specific files.

Input Schema

NameRequiredDescriptionDefault
dirpathYesPath to list files from (relative to your vault root). Note that empty directories will not be returned.

Input Schema (JSON Schema)

{ "properties": { "dirpath": { "description": "Path to list files from (relative to your vault root). Note that empty directories will not be returned.", "format": "path", "type": "string" } }, "required": [ "dirpath" ], "type": "object" }
Install Server

Other Tools from Obsidian MCP Server

Related Tools

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

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