Obsidian Github MCP Server

A Model Context Protocol server for accessing GitHub repositories containing Obsidian vaults

Remote serverstreamable-httpTypeScript

What is the Obsidian Github MCP MCP server?

If you want an AI assistant working directly with Obsidian Github MCP, the obsidian github mcp mcp server is the bridge. A Model Context Protocol server for accessing GitHub repositories containing Obsidian vaults.

What Obsidian Github MCP does

A Model Context Protocol (MCP) server that connects AI assistants to GitHub repositories containing Obsidian vaults. This server enables seamless integration with your knowledge base stored on GitHub, allowing AI assistants to read, search, and analyze your Obsidian notes and documentation.

Hint Services is a boutique consultancy with a mission to develop and expand how user interfaces leverage artificial intelligence technology. We architect ambition at the intersection of AI and User Experience, founded and led by Ben Hofferber.

Key capabilities

  • Knowledge Base Access — Retrieve specific notes and documents from your Obsidian vault
  • Intelligent Search — Find relevant content across your entire knowledge base
  • Evolution Tracking — See how your ideas and notes have developed over time
  • Task Integration — Connect with issues and project management workflows

Installing the obsidian github mcp mcp server

The server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

Before the server will start you need to supply 3 environment variables: GITHUB_TOKEN, GITHUB_OWNER, GITHUB_REPO. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Obsidian Github MCP sits in that group. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This is a hosted server — you point your client at an endpoint rather than running a local process, so there is nothing to keep updated on your machine.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by Hint-Services, written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the obsidian github mcp mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the Obsidian Github MCP MCP server

{
  "mcpServers": {
    "obsidianGithub": {
      "command": "npx",
      "args": ["-y", "obsidian-github-mcp"],
      "env": {
        "GITHUB_TOKEN": "your-github-token",
        "GITHUB_OWNER": "your-github-username",
        "GITHUB_REPO": "your-obsidian-vault-repo"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
GITHUB_TOKENCredential the server authenticates with.Yes
GITHUB_OWNERConfiguration value read at startup.Optional
GITHUB_REPOConfiguration value read at startup.Optional

Frequently asked questions

It connects Obsidian Github MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Obsidian Github MCP directly.