From e4c2cde956237811e268feeaa08f5f1c92cb11d1 Mon Sep 17 00:00:00 2001 From: Tim Mecklenburg Date: Fri, 27 Feb 2026 18:02:04 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Brain=20=E2=80=94=20adaptive=20error=20me?= =?UTF-8?q?mory=20&=20code=20intelligence=20MCP=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aefbd53c0b..5d836e4889 100644 --- a/README.md +++ b/README.md @@ -664,6 +664,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Bluetooth MCP Server](https://github.com/Hypijump31/bluetooth-mcp-server)** - Control Bluetooth devices and manage connections through natural language commands, including device discovery, pairing, and audio controls. - **[BNBChain MCP](https://github.com/bnb-chain/bnbchain-mcp)** - An MCP server for interacting with BSC, opBNB, and the Greenfield blockchain. - **[Braintree](https://github.com/QuentinCody/braintree-mcp-server)** - Unofficial PayPal Braintree payment gateway MCP Server for AI agents to process payments, manage customers, and handle transactions securely. +- **[Brain](https://github.com/timmeck/brain)** - Adaptive error memory & code intelligence with Hebbian synapse network. Auto-detects errors, remembers solutions across projects, and suggests proven fixes with confidence scores. - **[Brazilian Law](https://github.com/pdmtt/brlaw_mcp_server/)** (by pdmtt) - Agent-driven research on Brazilian law using official sources. - **[BreakoutRoom](https://github.com/agree-able/room-mcp)** - Agents accomplishing goals together in p2p rooms - **[Browser MCP](https://github.com/bytedance/UI-TARS-desktop/tree/main/packages/agent-infra/mcp-servers/browser)** (by UI-TARS) - A fast, lightweight MCP server that empowers LLMs with browser automation via Puppeteer’s structured accessibility data, featuring optional vision mode for complex visual understanding and flexible, cross-platform configuration.