Skip to main content
Glama

Obsidian GitHub MCP

MIT License
2
4

getFileContents

Retrieve the contents of a specific file from your Obsidian vault stored in GitHub. Input the file path to access and analyze documentation or notes directly.

Instructions

Retrieve the contents of a specific note, document, or file from your Obsidian vault stored in GitHub (my-organization/obsidian-vault). Perfect for accessing your knowledge base content.

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the file within the repository.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "Path to the file within the repository.", "type": "string" } }, "required": [ "filePath" ], "type": "object" }
Install Server

Other Tools from Obsidian GitHub MCP

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/Hint-Services/obsidian-github-mcp'

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