obsidian-git-mcp

CTristan/obsidian-git-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server for git-backed Obsidian vaults — every write is a validated, atomic git commit pushed to the canonical remote
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "obsidian-git-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "CTristan/obsidian-git-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server for git-backed Obsidian vaults. Every write an AI collaborator makes becomes a validated, attributed git commit pushed to the vault's canonical remote — or it doesn't happen at all. - Wraps [MCPVault](https://github.com/bitbonsai/mcpvault) in-process for the vault tool surface: search, read, create, patch, frontmatter, and tags.

Tools (7)

OGM_ALLOW_DESTRUCTIVEOGM_BRANCHOGM_COLLABORATOROGM_COLLABORATOR_EMAILOGM_REMOTEOGM_SERVICE_EMAILOGM_SERVICE_NAME