Obsidian MCP

by takuya0206
Verified
{ "name": "obsidian-mcp", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "build" ], "keywords": [], "author": "Takuya Tokiwa", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "axios": "^1.8.1", "dotenv": "^16.4.7", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.9", "typescript": "^5.8.2" } }