First-party stdio MCP connector for the INITE Brain service. Lets stdio-only harnesses that can't attach auth headers (e.g. openclaw, Goose 1.x) use brain as long-term memory by transparently proxying…
{
"mcpServers": {
"initebrain": {
"command": "npx",
"args": [
"-y",
"@inite/brain-mcp"
]
}
}
}