Skip to main content
Glama

Obsidian Local REST API MCP Server

by j-shelfwood

read_file

Retrieve the content of a specific file from an Obsidian vault using its path, enabling direct access to notes and data through a structured API.

Instructions

Read content of a specific file from the vault

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the file

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the file", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from Obsidian Local REST API 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/j-shelfwood/obsidian-local-rest-api-mcp'

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