BrainHub
BrainHub — Einheitliches Web-Frontend + Netzlaufwerk + MCP-Gateway + Ops-Agent
Selbstgenutzter Haupteinstieg der Brain-Produktfamilie: Ein einzelner FastAPI-Prozess bündelt alle Panels (Wissensdatenbank / Suche / Netzlaufwerk / Kanban / Gedächtnis / Agent-Status / Betriebsprotokolle), stellt nach außen ein einziges MCP-Gateway bereit und enthält einen eingebauten Ops-Agent, der Wissensdatenbank und Gedächtnis automatisch pflegt.
Einführung
BrainHub ist der Nutzungseinstieg der Brain-Produktfamilie. Er bündelt alle Fähigkeiten der Produktfamilie in einer bedienbaren Oberfläche und einem Satz von APIs:
Web-Panel: Jinja2 + HTMX ohne Frontend-Erstellung, Wissensdatenbank-Browsing / semantische Suche / Netzlaufwerk CRUD / Kanban-Aufgabenstatemachine / Team / Agent-Status / Ops-Protokolle
JSON API v1:
/api/v1/*für den React-Desktop-ClientMCP-Gateway: Aggregiert 12 eigene BrainHub-Tools + BrainMem-Websitesuchwerkzeuge; jeder Agent verbindet nur diesen einen Einstieg
Ops-Agent: Geplante Archivierung, Index-Neuaufbau, Gedächtnisextraktion, Health-Check
Im Selbstnutzungszeitraum startet ein brainhub start alle Hauptprozesse: importiert brainmem als Retrieval-Backend, startet den brain-bridge-Subprozess und wirkt nach außen wie eine Software.
Related MCP server: MCPHub
Eigenschaften
🖥️ Einheitliches Panel — 7 Seitentypen in einem Dienst zusammengefasst, HTMX-Partial-Refresh + Alpine, kein Frontend-Build-Chain
🔌 Einziger MCP-Einstieg —
write_note/read_file/list_files/ Projekt-Statemachine /health_check/send_matrix_msg+ Weiterleitung der BrainMem-Suchwerkzeuge🤖 Ops-Agent — APScheduler-basiert planbar: Archivierung / Index-Neuaufbau / Gedächtnisextraktion / Health Check, keine externe Orchestrierung
📁 Netzlaufwerk — BRAIN_ROOT-Dateibrowsing, Hochladen/Herunterladen, Thumbnail-Lazy-Generierung, Blockierung von Pfaden außerhalb des Bereichs und sensiblen Pfaden
📋 Kanban — Projekt-/Aufgabenstatemachine (todo → doing → blocked → done, strikte Übergänge)
🔗 Kollaborationsanbindung — leitet
send_matrix_msgüber Named Pipe an den BrainBridge-Daemon weiter, das Frontend empfängt Matrix-Nachrichten und Agent-Status in Echtzeit per WS💻 Desktop-Same-Origin-Mounting —
/appmountet die Build-Artefakte von brainhub-desktop, Same-Origin ohne CORS
Architektur
Verzeichnis | Zuständigkeit |
| FastAPI-Anwendung + Jinja2-Vorlagen + WS; |
| Datei- CRUD + Thumbnails, |
| Projekt-/Aufgaben-Statusmaschinen-Modell |
| Ops-Agent: Gedächtnisextraktion, OpsAgent-Schnittstelle, APScheduler-Plan |
| Named-Pipe-Client (kommuniziert mit dem Brain-Bridge, Envelope-UTF-8) |
| fastmcp-Gateway: eigene Werkzeuge + BrainMem-Werkzeuge |
|
|
Schnellstart
# 安装(Python 3.10+,uv 管理;依赖 BrainMem editable 安装)
uv sync
uv pip install -e ../brainmem
# 启动(拉起 Web + MCP 网关 + brain-bridge 子进程)
uv run brainhub start
# 运维子命令
uv run brainhub ops archive
uv run brainhub ops reindex
uv run brainhub ops healthDokumentationsindex
PLAN.md — Implementierungsplan und aktueller Stand (Phase 1-3-Abnahme, Panels, Ops-Cron, MCP-Tool, Dependencies)
docs/protocol-constitution.md — Protokoll-Verfassung: MCP-Toolsignatur / memory.db Schema / Matrix-Envelope
../brainmem/PRODUCT_FAMILY_PLAN.md – Produktfamilien-Globalplan (über Produktgrenzen hinaus, HX470-Migration, Risiko-Trade-offs)
Verwandte Projekte
Brain-Produktfamilie: BrainMem (Memory-Engine) · BrainHub (dieses Repository) · BrainBridge (Collaboration-Gateway)
相关项目
Brain-Produktfamilie: BrainMem(记忆引擎)· BrainHub(本仓库)· BrainBridge(协作网关)
test input
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceProvides a unified MCP interface that proxies requests to multiple backend servers including memory/knowledge graph and vector database services. Enables seamless access to distributed MCP tools through a single endpoint with automatic routing, health monitoring, and retry logic.
- AlicenseNot gradedqualityNot gradedmaintenanceA unified gateway and dashboard that aggregates multiple MCP servers into a single endpoint for streamlined management by AI clients. It features a centralized YAML configuration, a web-based monitoring dashboard, and hot-reload support for managing filesystem, GitHub, and database tools.
- FlicenseNot gradedqualityDmaintenancePersonal AI infrastructure gateway orchestrating memory, workflow automation, knowledge retrieval, and skill discovery as a unified MCP stack.
- AlicenseNot gradedqualityBmaintenanceMCP server providing persistent memory, semantic search, versioned storage, webhook fanout, and unified LLM routing for AI agents via FastAPI runtime with multiple backend options.29Apache 2.0
Related MCP Connectors
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bxy3045134656/brainhub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server