{ "name": "margins-mcp", "version": "0.15.3", "mcpName": "io.github.cflorczyk9/margins", "private": false, "description": "Use your Claude Pro/Max subscription on your Obsidian vault. MCP connector that reads your markdown and proposes writes back, with all inference paid for by your existing subscription.", "keywords": [ "mcp", "model-context-protocol", "claude", "obsidian", "markdown", "personal-knowledge-management", "second-brain", "anthropic" ], "homepage": "https://marginsmcp.com/", "repository": { "type": "git", "url": "git+https://github.com/cflorczyk9/Margins.git" }, "bugs": { "url": "https://github.com/cflorczyk9/Margins/issues" }, "license": "MIT", "author": "Connor Florczyk", "type": "module", "bin": { "margins-mcp": "bin/margins-mcp.js" }, "files": [ "bin/", "src/", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "start": "node bin/margins-mcp.js", "test": "node --test tests/*.test.js", "check:release-sync": "node scripts/check-release-sync.mjs", "vendor:compiler": "bash scripts/vendor-compiler.sh", "version": "node scripts/bump-version.mjs && npm run check:release-sync && git add package-lock.json mcpb/manifest.json server.json" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "js-yaml": "^4.1.1", "jszip": "^3.10.1", "mammoth": "^1.12.0", "pdfjs-dist": "4.8.69", "zod": "^4.4.3" }, "devDependencies": { "pdfkit": "^0.18.0" } }