Skip to main content
Glama

Bear MCP Server

package.json809 B
{ "name": "@mcp/bear-server", "version": "0.1.0", "description": "MCP server for Bear notes - connects to Bear SQLite database", "license": "MIT", "type": "module", "bin": { "bear-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/index.js", "dev": "npm run build && npm start" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.0", "better-sqlite3": "^11.0.0", "chalk": "^5.3.0", "yargs": "^17.7.2" }, "devDependencies": { "@types/better-sqlite3": "^7.6.11", "@types/node": "^22.0.0", "@types/yargs": "^17.0.32", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }

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/quanticsoul4772/bear-mcp'

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