Skip to main content
Glama

br8n

自有、可移植的工作记忆。 一个纯文件的大脑模板,以及一个让任何模型都能读取它的微型 MCP 服务器。

你的团队教给聊天工具的所有关于工作如何完成的内容,都存放在别人的登录账户里。换个工具,你又成了陌生人。这个仓库反其道而行之:记忆存在于你拥有的文件中,而模型只是一个读者。

br8n 是 Branded Mayhem Collective 的 AI 交付实践。这是开放的部分:文件布局和入口。托管安装增加了检索、治理,以及一个与你一起运行它的人——基于相同的文件,这些文件永远不会改变形态。br8n.io

这里有什么

  • template/brain/ — 大脑布局:how-we-work/decisions/exceptions/handoffs/voice/。仅限 Markdown。一个文件,一件事。写下为什么,这样模型以后才能提出异议。

  • src/ — 一个 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 另一端是哪个模型。

  • 它能提出异议。 一个连同其原因一起存储的决策,能让模型说“这与你三月份的决定相冲突。”聊天历史做不到。

方法公开是有意为之

布局和这个服务器都是 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