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:
brainlayer_search- Search past conversationsbrainlayer_stats- Knowledge base statisticsbrainlayer_list_projects- List indexed projects