ai.smithery/Hint-Services-obsidian-github

getFileContents

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

Remote Hint-Services/obsidian-github-mcp

Other tools also called getFileContents? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "Path to the file within the repository."
    }
  }
}