Local Engineering Brain
Freeby MCP Community
Local-first MCP server that auto-indexes the active coding workspace when available, with dependency analysis, architecture checks, test impact, and workspace l
v0.2.9Added Apr 12, 2026
Local Engineering Brain MCP Server
Local-first MCP server that auto-indexes the active coding workspace when available, with dependency analysis, architecture checks, test impact, and workspace l
Installation
Reviews
Installation
Quick install
npx -y local-engineering-brain
Add to claude_desktop_config.json
{
"mcpServers": {
"local-engineering-brain": {
"command": "npx",
"args": ["-y", "local-engineering-brain"]
}
}
}