Stats
Actions
Tags
From brainlayer
Runs locally as a subprocess using socat to proxy stdio to the Unix socket /tmp/brainbar.sock, enabling communication with a local brainbar service.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"brainlayer": {
"command": "socat",
"args": [
"STDIO",
"UNIX-CONNECT:/tmp/brainbar.sock"
]
}
}
}Server configuration and connection parameters
socatCommand-line arguments passed to the server process
npx claudepluginhub etanhey/brainlayer --plugin brainlayer