Back to MCP Servers
My Bear
Allows to read notes and tags for the Bear Note taking app, through a direct integration with Bear's sqlitedb.
other-tools-and-integrationssqlite
By bart6114
Installation
npx -y my-bear-mcp-serverConfiguration
{
"mcpServers": {
"my-bear-mcp-server": {
"command": "npx",
"args": ["-y", "my-bear-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes