Skip to main content
Glama

Obsidian GitHub MCP

MIT License
2

getFileContents

Access specific notes or documents from your Obsidian vault stored on GitHub by providing the file path. Ideal for retrieving content from your knowledge base.

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" }

You must be authenticated.

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