mcpbeat Sign in

MCP Bear MCP Server

local only

MCP Bear runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Jul 2026.

A MCP server for interacting with Bear note-taking software.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs / week
not published
77
Stars
1 open issues
14 Jul 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/mcp_bear/cli.py:48
        subprocess.call(["open", forwarder, "--args", "--init"])

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to MCP Bear

same job, measured the same way
MCP Memos
by jkawamoto

An MCP server for interacting with Memos.

local only
Bazos MCP
by andrijdavid

MCP server for interacting with Bazos.cz and Bazos.sk

33 installs/wk local only
Scaleway MCP server
by scaleway

Scaleway MCP server for interacting with the Scaleway APIs

local only
Elasticsearch MCP Server
by cr7258

MCP server for interacting with Elasticsearch

2 792 installs/wk local only
Microsoft Fabric MCP Server
by microsoft

MCP tools for interacting with Microsoft Fabric

917 installs/wk local only
Oracle
by marcelo-ochoa

MCP server for interacting with Oracle databases

96 installs/wk local only
Supabase
by supabase

MCP server for interacting with the Supabase platform

76 349 installs/wk answering
Postgres
by marcelo-ochoa

MCP server for interacting with PostgreSQL databases

34 installs/wk local only

MCP Bear — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Bear?
MCP Bear runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is MCP Bear still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
Is MCP Bear open source?
Yes — it is published under the MIT licence, written in Python, 77 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.