vault-mcp

robfischer1/vault-mcp
★ 0 stars Python 🔌 API Integration Updated 4d ago
MCP server for Obsidian vault — frontmatter index, graph tools, governance checks, and REST-backed Obsidian API tools
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vault-mcp": {
      "command": "uvx",
      "args": [
        "vault-mcp"
      ]
    }
  }
}

Or install with pip: pip install vault-mcp

README Excerpt

FastMCP server exposing an Obsidian vault as read-only query tools over MCP. - **4 modules** in `src/vault_mcp/` layout - **MCP server** for AI assistant integration - **Quality tooling** — pytest, ruff, mypy (strict) - **Python 3.11+** - **MIT licensed** ```bash git clone https://github.com/robfischer/vault-mcp.git