{
  "name": "vault-pkm",
  "version": "3.10.1",
  "description": "Bidirectional knowledge flow between Claude Code and Obsidian — 20 MCP tools, skills, and hooks for PKM",
  "author": {
    "name": "Adrian Verhoosel"
  },
  "repository": "https://github.com/AdrianV101/obsidian-pkm-plugin",
  "homepage": "https://github.com/AdrianV101/obsidian-pkm-plugin",
  "license": "MIT",
  "keywords": ["vault", "obsidian", "pkm", "knowledge-management", "knowledge-base", "memory", "notes", "semantic-search", "mcp", "claude-code"],
  "mcpServers": {
    "vault-pkm": {
      "command": "npx",
      "args": ["-y", "obsidian-pkm@^3"],
      "env": {
        "VAULT_PATH": "${VAULT_PATH}"
      }
    }
  }
}
