Obsidian-Vault-API-Docker

Alexandre1116/Obsidian-Vault-API-Docker
★ 0 stars TypeScript AI/LLM Updated 1d ago
Docker-compatible version of Obsidian Vault API. Exposes your Obsidian vault as an MCP server that runs 24/7 on any server or NAS — no Obsidian desktop app required. Uses Node.js fs and sharp instead of the Obsidian API and Electron Canvas. Compatible with Claude Desktop, LM Studio, Ollama, Open WebUI, and any MCP client with SSE support.
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-vault-api-d": {
      "command": "npx",
      "args": [
        "-y",
        "Alexandre1116/Obsidian-Vault-API-Docker"
      ]
    }
  }
}