Obsidian GitHub MCP is a Model Context Protocol server that connects AI assistants to GitHub repositories containing Obsidian vaults, enabling access to notes and documentation stored on GitHub.
From the registry: Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Please install the `hint-services-obsidian-github-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **GitHub personal access token** — Create a PAT with repo/public_repo scope (https://github.com/settings/tokens)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","obsidian-github-mcp"]
- required environment variables:
- `GITHUB_TOKEN`: GitHub personal access token (example: `<your-github-token>`)
- `GITHUB_OWNER`: Owner/organization of the GitHub repo (example: `<your-github-owner>`)
- `GITHUB_REPO`: Repository name containing your Obsidian vault (example: `<your-obsidian-vault-repo>`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GITHUB_TOKENrequiredYour GitHub personal access token.GITHUB_OWNERrequiredThe owner/organization of the GitHub repository.GITHUB_REPOrequiredThe name of the repository containing your Obsidian vault.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…