MCP Configuration for BrainLayer
Add this to ~/.claude/settings.json under mcpServers:
{
"mcpServers": {
"brainlayer": {
"command": "python",
"args": ["-m", "brainlayer.mcp"],
"cwd": "/path/to/brainlayer"
}
}
}
Or if you have brainlayer installed globally:
Testing the MCP Server
-
Start the server manually to test:
-
In Claude Code, the tools should appear:
brain_search- Unified semantic search (query, file_path, chunk_id, filters)brain_store- Persist memories (ideas, decisions, learnings)brain_recall- Proactive retrieval (context, sessions, summaries)
Old brainlayer_* names still work as backward-compat aliases.