{
  "name": "mcp-obsidian-vault",
  "version": "0.4.0",
  "description": "MCP server for Obsidian vaults — 27 tools for notes, multi-agent task orchestration, HITL review, usage tracking, and git sync. No Obsidian required.",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "mcp-obsidian-vault": "build/index.js"
  },
  "files": [
    "build",
    "prompts",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "node test/run.mjs",
    "start": "node build/index.js",
    "dev": "tsc --watch"
  },
  "keywords": [
    "mcp",
    "obsidian",
    "vault",
    "markdown",
    "model-context-protocol",
    "ai",
    "claude",
    "notes",
    "knowledge-base",
    "knowledge-management",
    "git-sync",
    "frontmatter",
    "wikilinks",
    "daily-notes",
    "tags",
    "search",
    "tasks",
    "agent-orchestration",
    "task-queue"
  ],
  "author": "t-rhex",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/t-rhex/obsidian-mcp-server.git"
  },
  "homepage": "https://github.com/t-rhex/obsidian-mcp-server#readme",
  "bugs": {
    "url": "https://github.com/t-rhex/obsidian-mcp-server/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "gray-matter": "^4.0.3",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  }
}
