@vasylenko/bear-notes-mcp
MCP server package bear-notes-mcp
Install
agr install @vasylenko/bear-notes-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "bear-notes-mcp", "version": "3.0.1", "description": "Opinionated MCP for Bear Notes. Relevance-ranked search across titles, bodies, hierarchical tags. Offline-first.", "type": "module", "main": "dist/main.js", "scripts": { "build": "tsc -p tsconfig.build.json", "dev": "tsx src/main.ts --debug", "start": "node dist/main.js", "test": "vitest run", "test:system": "npm run build && vitest run --config vitest.system.config.ts", "test:watch": "vitest", "lint": "eslint src --fix", "lint:check": "eslint src", "format": "prettier --write src", "format:check": "prettier --check src", "check": "npm run lint:check && npm run format:check", "fix": "npm run lint && npm run format", "prepublishOnly": "npm run build && mv docs/user/NPM.md README.md" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "debug": "^4.4.3", "zod": "^4.3.6", "zod-to-json-schema": "^3.25.1" }, "devDependencies": { "@anthropic-ai/claude-agent-sdk": "0.2.128", "@anthropic-ai/mcpb": "^2.1.2", "@modelcontextprotocol/inspector": "0.21.2", "@types/debug": "4.1.13", "@types/node": "24.12.2", "@typescript-eslint/eslint-plugin": "8.59.2", "@typescript-eslint/parser": "8.59.2", "eslint": "9.39.4", "eslint-plugin-import": "^2.32.0", "prettier": "3.8.3", "promptfoo": "^0.121.9", "tsx": "^4.21.0", "typescript": "6.0.3", "vitest": "4.1.5" }, "engines": { "node": "^24.13.0" }, "keywords": [ "bear app", "bear notes", "markdown notes", "notes management", "productivity", "typescript", "mcp", "mcp-server", "ai-assistant" ], "author": { "name": "Serhii Vasylenko", "email": "serhii@vasylenko.info", "url": "https://devdosvid.blog" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/vasylenko/bear-notes-mcp.git" }, "bugs": { "url": "https://github.com/vasylenko/bear-notes-mcp/issues" }, "homepage": "https://github.com/vasylenko/bear-notes-mcp#readme", "bin": { "bear-notes-mcp": "dist/main.js" }, "files": [ "dist", "README.md", "LICENSE.md" ], "publishConfig": { "access": "public" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-ce248bcc19c42026-08-05