# Obsidian GitHub

Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analyze your knowledge base. Enable intelligent retrieval of notes, track the evolution of your ideas, and…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Hint-Services/obsidian-github-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list Hint-Services/obsidian-github-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Hint-Services/obsidian-github-mcp getFileContents

# Call a tool
npx -y @smithery/cli@latest tool call Hint-Services/obsidian-github-mcp getFileContents '{}'
```

## Direct MCP Connection

Endpoint: `https://obsidian-github-mcp--hint-services.run.tools`

## Tools (4)

- `getFileContents` — Retrieve the contents of a specific note, document, or file from your Obsidian vault stored in GitHub (hoffination/Ben-…
- `searchFiles` — Search for notes, documents, and files within your Obsidian vault on GitHub (hoffination/Ben-Personal). Find specific k…
- `searchIssues` — Search for issues and discussions in your Obsidian vault repository (hoffination/Ben-Personal). Great for tracking task…
- `getCommitHistory` — Track the evolution of your Obsidian vault knowledge base by retrieving commit history from GitHub (hoffination/Ben-Per…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Hint-Services/obsidian-github-mcp <tool-name>
```

---

Source: https://github.com/Hint-Services/obsidian-github-mcp | License: MIT
