From 2635cdcaa7333bf5f5cf489fae214b921a1ce017 Mon Sep 17 00:00:00 2001 From: Mathias Bergqvist Date: Sat, 2 May 2026 23:02:28 +0200 Subject: [PATCH] chore: add brain MCP server alongside supervisor The brain MCP at koala:30330 hosts the brain_* and session_log tools formerly on supervisor. Supervisor stays connected during the transition; its skill workers and the brain duplication will be removed in a later plan. Co-Authored-By: Claude Opus 4.7 (1M context) --- .mcp.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mcp.json b/.mcp.json index cf2dd61..032827d 100644 --- a/.mcp.json +++ b/.mcp.json @@ -3,6 +3,10 @@ "supervisor": { "type": "http", "url": "http://koala:30320/mcp" + }, + "brain": { + "type": "http", + "url": "http://koala:30330/mcp" } } }