mcpbeat Sign in

brain — the recorder MCP Server

by mordechaipotash Your server? Claim it
local only

brain — the recorder runs on your own machine — the client starts it, so there is no endpoint to ping. 385 installs a week from pypi. Last commit 20 Aug 2026.

Records your Claude Code, Codex and Pi history before deletion. Cited-or-abstain recall.

Installs per day peak 1 070 · avg 93 · -76% w/w
a month agotoday
385
Installs / week
pypi · brain-mcp
68
Stars
2 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 13 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.

File ships in the package but is absent from the source [пакет] brain_mcp/cli.py:1, [пакет] brain_mcp/dashboard/__init__.py:1, [пакет] brain_mcp/dashboard/app.py:1 и ещё 45
этот файл ставится пользователю, но в репозитории его нет
        subprocess.run(["launchctl", "unload", str(plist)], capture_output=True)
Builds a database query by concatenation [пакет] brain_mcp/dashboard/templates/home.html:105
                🔄 Update Now
            </button>
        </div>
    </div>
</article>
{% endblock %}
Page executes code built at runtime [пакет] brain_mcp/dashboard/templates/partials/settings_cards.html:168, [пакет] brain_mcp/dashboard/templates/tools.html:104
                    list.innerHTML = d.entries.map(e => '<li><code><small>' + e + '</small></code></li>').join('');

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add brain-mcp -- uvx brain-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brain-mcp": {
      "args": [
        "brain-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brain-mcp]
command = "uvx"
args = ["brain-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "brain-mcp": {
      "args": [
        "brain-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brain-mcp": {
      "args": [
        "brain-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to brain — the recorder

same job, measured the same way
Skill Builder MCP
by dmzagent

Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.

85 installs/wk local only
C
LLMnesia
by llmnesia

Search your AI chat history from Claude, Cursor, Codex, and other MCP clients.

790 installs/wk local only
Hermes Action Bridge
by thebluehouse75

Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.

324 installs/wk local only
Longhand
by wynelson94

Local memory for Claude Code. Semantic recall across session history with zero API calls.

453 installs/wk local only
Alloy
by usealloy

Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.

answering
Remem
by majiayu000

Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.

649 installs/wk local only
One Brain
by prophet-git

Shared memory for a team in Claude Code: what one person records, everyone has.

answering
github-twin
by christopherdavenport

Personal RAG over your GitHub history (commits, code, reviews), served to Claude Code over MCP.

239 installs/wk local only

brain — the recorder — questions

Answers built from our own checks of this server.

Why is there no uptime for brain — the recorder?
brain — the recorder runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package brain-mcp was installed 385 times last week.
How do I connect brain — the recorder?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls brain-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use brain — the recorder?
The pypi package brain-mcp was installed 385 times in the last week. Week over week that is -76%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is brain — the recorder open source?
Yes — it is published under the MIT licence, written in Python, 68 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.