Skip to main content
ClaudeWave

Owned, portable working memory: a plain-files brain template + a tiny MCP server so any model can read it. Files, not a login. From br8n, the AI delivery practice of Branded Mayhem Collective.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/20/2026
Install in Claude Code / Claude Desktop
Method: NPX · @br8n/mcp
Claude Code CLI
claude mcp add br8n -- npx -y @br8n/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "br8n": {
      "command": "npx",
      "args": ["-y", "@br8n/mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# br8n

**Owned, portable working memory.** A plain-files brain template and a tiny MCP server that lets any model read it.

> Everything your team has taught a chat tool about how the work gets done is sitting inside somebody else's login. Switch tools and you're a stranger again. This repo is the other direction: the memory lives in files you own, and the model is just a reader.

br8n is the AI delivery practice of [Branded Mayhem Collective](https://brandedmayhem.com). This is the open part: the file layout and the door. The hosted install adds retrieval, governance, and someone running it with you — on the same files, which never change shape. [br8n.io](https://br8n.io)

## What's here

- `template/brain/` — the brain layout: `how-we-work/`, `decisions/`, `exceptions/`, `handoffs/`, `voice/`. Markdown only. One file, one thing. Write the *why*, so the model can push back later.
- `src/` — an MCP server (stdio) with three tools: `brain_list`, `brain_read`, `brain_search`. Search returns file + line so answers cite their source. No vectors, no index, no account. Grep is the point.

## Use it

```bash
npx @br8n/mcp ~/my-brain                         # MCP server on stdio (or: npm i -g @br8n/mcp && br8n ~/my-brain)
# template: git clone https://github.com/Branded-Mayhem-Collective-LLC/br8n && cp -r br8n/template/brain ~/my-brain
```

Claude Desktop / Claude Code / Cursor (any MCP client) — add:

```json
{ "mcpServers": { "br8n": { "command": "npx", "args": ["-y", "@br8n/mcp", "/path/to/my-brain"] } } }
```

Then ask the model something the brain knows. It answers from the file and names it. Switch the model; same answer, same file.

## Why files

- **Portable.** `cp -r brain/ new-machine/` is the whole migration. If you can't do that, you don't own it.
- **Inspectable.** You can read every byte the model reads.
- **Model-agnostic.** The folder doesn't care which model is on the other side of MCP.
- **It can push back.** A decision stored with its *why* lets a model say "this conflicts with what you decided in March." A chat history can't.

## The method is public on purpose

The layout and this server are MIT. What br8n charges for is hands on a real operation: eliciting what's actually in people's heads, shaping retrieval for the role, running it, and keeping it current. If you'd rather do it yourself, start here — most people should. The free first course is at [br8n.io/lab](https://br8n.io/lab).

## Not affiliated

`br8n` on PyPI (a context-capture engine by a different author) is not this project.

MIT © 2026 Branded Mayhem Collective LLC

## Publishing (maintainers)

```bash
npm login && npm publish --access public          # 1. publishes @br8n/mcp (org: br8n); 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
```
ai-memoryknowledge-basemarkdownmcpmodel-context-protocolportable-memory

Lo que la gente pregunta sobre br8n

¿Qué es Branded-Mayhem-Collective-LLC/br8n?

+

Branded-Mayhem-Collective-LLC/br8n es mcp servers para el ecosistema de Claude AI. Owned, portable working memory: a plain-files brain template + a tiny MCP server so any model can read it. Files, not a login. From br8n, the AI delivery practice of Branded Mayhem Collective. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-19.

¿Cómo se instala br8n?

+

Puedes instalar br8n clonando el repositorio (https://github.com/Branded-Mayhem-Collective-LLC/br8n) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Branded-Mayhem-Collective-LLC/br8n?

+

Nuestro agente de seguridad ha analizado Branded-Mayhem-Collective-LLC/br8n y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Branded-Mayhem-Collective-LLC/br8n?

+

Branded-Mayhem-Collective-LLC/br8n es mantenido por Branded-Mayhem-Collective-LLC. La última actividad registrada en GitHub es del 2026-08-19, con 0 issues abiertos.

¿Hay alternativas a br8n?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega br8n en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Branded-Mayhem-Collective-LLC/br8n
[![Featured on ClaudeWave](https://claudewave.com/api/badge/branded-mayhem-collective-llc-br8n)](https://claudewave.com/repo/branded-mayhem-collective-llc-br8n)
<a href="https://claudewave.com/repo/branded-mayhem-collective-llc-br8n"><img src="https://claudewave.com/api/badge/branded-mayhem-collective-llc-br8n" alt="Featured on ClaudeWave: Branded-Mayhem-Collective-LLC/br8n" width="320" height="64" /></a>

Más MCP Servers

Alternativas a br8n