Skip to main content
Glama

br8n

所有し、持ち運べる作業記憶。 プレーンファイルのブレインテンプレートと、あらゆるモデルがそれを読めるようにする小さなMCPサーバー。

チームがチャットツールに教え込んだ「仕事の進め方」はすべて、誰かのログインの中に閉じ込められている。ツールを変えれば、あなたはまた見知らぬ人だ。このリポジトリはその逆の方向を向いている。記憶はあなたが所有するファイルの中にあり、モデルはただの読み手にすぎない。

br8n は Branded Mayhem Collective のAIデリバリー実践である。ここにあるのはオープンな部分、つまりファイル構成と入り口だ。ホスト型インストールは、検索、ガバナンス、そしてあなたと一緒に運用する人を追加する——同じファイル上で、その形は決して変わらない。br8n.io

ここにあるもの

  • template/brain/ — ブレインの構成: how-we-work/decisions/exceptions/handoffs/voice/。Markdownのみ。1ファイル1テーマ。なぜを書いておけば、モデルが後で反論できる。

  • src/ — 3つのツールを持つMCPサーバー(stdio): brain_listbrain_readbrain_search。検索はファイル+行を返すので、回答は出典を明示する。ベクトルもインデックスもアカウントもない。grepこそが要点だ。

使い方

git clone https://github.com/Branded-Mayhem-Collective-LLC/br8n
cd br8n && npm install && npm run build
cp -r template/brain ~/my-brain        # now write in it
node dist/cli.js ~/my-brain            # MCP server on stdio

Claude Desktop / Claude Code / Cursor (任意のMCPクライアント) — 以下を追加:

{ "mcpServers": { "br8n": { "command": "node", "args": ["/path/to/br8n/dist/cli.js", "/path/to/my-brain"] } } }

そして、ブレインが知っていることをモデルに尋ねる。モデルはファイルから答え、その名前を挙げる。モデルを変えても、同じ答え、同じファイル。

なぜファイルなのか

  • 持ち運び可能。 cp -r brain/ new-machine/ が移行のすべてだ。それができないなら、あなたはそれを所有していない。

  • 検査可能。 モデルが読むすべてのバイトを、あなたも読める。

  • モデル非依存。 フォルダはMCPの向こう側にどのモデルがいるかを気にしない。

  • 反論できる。 なぜとともに保存された決定は、モデルに「これは3月にあなたが決めたことと矛盾しています」と言わせる。チャット履歴にはできない。

メソッドは意図的に公開されている

この構成とこのサーバーはMITライセンスだ。br8n が料金を取るのは、実際の運用に手を入れること、つまり人々の頭の中にあるものを引き出し、役割に合わせて検索を形作り、それを運用し、最新に保つことだ。自分でやりたいなら、ここから始めてほしい——ほとんどの人はそうすべきだ。無料の最初のコースは br8n.io/lab にある。

無関係

PyPI の br8n (別の作者によるコンテキストキャプチャエンジン) はこのプロジェクトではない。

MIT © 2026 Branded Mayhem Collective LLC

公開 (メンテナー向け)

npm login && npm publish --access public          # 1. claims `br8n` on npm; package.json carries mcpName
mcp-publisher login github                        # 2. GitHub device-flow auth (org member)
mcp-publisher publish                             # 3. lists io.github.Branded-Mayhem-Collective-LLC/br8n in the official MCP registry
-
license - not tested
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.

  • Shared long-term memory vault for AI agents with 20 MCP tools.

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

View all MCP Connectors

Latest Blog Posts

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/Branded-Mayhem-Collective-LLC/br8n'

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