brainclaw + Continue

Context that follows the code into chat and inline flows.

brainclaw writes Continue rules and configures MCP in .continue/config.json so workspace coordination state is available in both chat and inline editing modes. Continue sessions inherit active constraints, decisions, and claims automatically, keeping your multi-agent workflow coherent across different interaction patterns.

Install via Continue

Paste this prompt directly into Continue and let it handle the setup.

Please run: npm install -g brainclaw && brainclaw init

This configures brainclaw with Continue, writes .continue/rules/brainclaw.md, and sets up .continue/config.json.

Auto-setup

Run one command. brainclaw detects Continue and writes its native files automatically, including .continue/rules/brainclaw.md.

npm install -g brainclaw && brainclaw init

Detection: CONTINUE_* env vars.

What gets generated

After running brainclaw init, these files are created or updated:

  • .continue/rules/brainclaw.md
  • .continue/config.json
  • .brainclaw/

MCP integration

brainclaw configures MCP in .continue/config.json, giving Continue dynamic access to workspace context via MCP tools.

bclaw_work - open a session and claim scope in one call
bclaw_context - ranked prompt-ready context
bclaw_create / bclaw_update - capture decisions and traps, evolve plans
bclaw_release_claim - close the claim and write a handoff

Ready to install?

npm install -g brainclaw && brainclaw init