Skip to main content
Glama

Bear MCP Server

by philgetzen
package.json1.04 kB
{ "name": "bear-mcp", "version": "4.0.3", "description": "MCP server for Bear Note Taking App - integrate Bear with Claude Desktop", "main": "dist/index.js", "bin": { "bear-mcp": "./dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": ["mcp", "bear", "notes", "bear-app", "model-context-protocol"], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/philgetzen/bear-mcp.git" }, "bugs": { "url": "https://github.com/philgetzen/bear-mcp/issues" }, "homepage": "https://github.com/philgetzen/bear-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "open": "^10.1.0", "sqlite3": "^5.1.7" }, "devDependencies": { "@types/node": "^22.10.2", "@types/sqlite3": "^3.1.11", "tsx": "^4.19.2", "typescript": "^5.7.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/philgetzen/bear-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server