What ships with it
A registry out of the box
Register tools, resources, and prompts. Built-in groups cover files, processes, RAG, metrics, webview, and websockets.
Pluggable subsystems
Drop in brain (OpenBrain recall), agentic (dispatch, plans, PRs, scans), or the IDE bridge — their tools register themselves.
Live to every client
Broadcast notifications and named channel events to all sessions or one; the claude/channel capability ships on.
Go or Laravel
The same protocol from a Go server or inside a Laravel app, behind one contract.
Surface area
Construct a server with a workspace root, a WS hub, and your subsystems.
Run the server; openbrain-mcp and brain-seed ship alongside.
Register a tool with typed input/output structs and a handler.
The browsable portal and machine-readable registry, served at mcp.lthn.
Start a server
Tool groups — files, process, rag, metrics, webview, ws — are built in. Add your own with typed input/output structs, or drop in a subsystem.