Bear MCP Server

by bart6114
Verified
#!/usr/bin/env node /** * Bear MCP Server * * A Model Context Protocol server for interacting with the Bear note-taking app's SQLite database. * This server provides read-only access to Bear notes and tags. */ export {};