Skip to main content
Glama

Obsidian MCP Server

by quinny1187

list_notes

Retrieve all notes from an Obsidian vault or specific folder using direct file system access. Simplify note management and organization without plugins or REST API.

Instructions

List all notes in a vault or folder

Input Schema

NameRequiredDescriptionDefault
folder_pathNoOptional folder path within vault
vault_pathYesPath to the Obsidian vault

Input Schema (JSON Schema)

{ "properties": { "folder_path": { "description": "Optional folder path within vault", "type": "string" }, "vault_path": { "description": "Path to the Obsidian vault", "type": "string" } }, "required": [ "vault_path" ], "type": "object" }

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

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