vault-memory

owrede/vault-memory
★ 0 stars TypeScript Memory/Knowledge Updated 14d ago
Local-first semantic memory MCP server for Obsidian vaults
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": {
    "vault-memory": {
      "command": "npx",
      "args": [
        "-y",
        "owrede/vault-memory"
      ]
    }
  }
}

README Excerpt

**Local-first, source-agnostic-ready agentic knowledge layer over your Obsidian notes, exposed to any MCP-aware agent.** > See [CHANGELOG.md](./CHANGELOG.md) for release history. Latest: **v2.0.0** — additive > over v1.x; the 23 v1 tool names + input schemas are preserved byte-identical. Install the CLI from npm, register a vault, and start the MCP server: