Skip to main content
Glama

br8n

소유 가능한 휴대용 작업 메모리. 일반 파일로 된 브레인 템플릿과 어떤 모델이든 읽을 수 있게 해주는 작은 MCP 서버입니다.

팀이 채팅 도구에 가르쳐 둔 업무 방식에 대한 모든 것이 남의 로그인 안에 갇혀 있습니다. 도구를 바꾸면 다시 낯선 사람이 됩니다. 이 저장소는 반대 방향입니다. 메모리는 당신이 소유한 파일에 있고, 모델은 그저 읽는 사람일 뿐입니다.

br8n은 Branded Mayhem Collective의 AI 전달 실무입니다. 이곳은 공개된 부분, 즉 파일 레이아웃과 문입니다. 호스팅 설치 버전은 검색, 거버넌스, 그리고 같은 파일(형태가 절대 바뀌지 않는)을 함께 운영해 줄 사람을 추가합니다. br8n.io

여기 있는 것들

  • template/brain/ — 브레인 레이아웃: how-we-work/, decisions/, exceptions/, handoffs/, voice/. 마크다운만 사용합니다. 파일 하나에 하나의 주제. 나중에 모델이 반박할 수 있도록 이유를 적으세요.

  • src/ — 세 가지 도구(brain_list, brain_read, brain_search)를 갖춘 MCP 서버(stdio)입니다. 검색은 파일과 줄 번호를 반환하므로 답변이 출처를 인용합니다. 벡터도, 인덱스도, 계정도 없습니다. 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