
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
local-engineering-brain
Advanced tools
Local-first MCP server that auto-indexes the active coding workspace when available, with dependency analysis, architecture checks, test impact, and workspace log intelligence.
Local-first MCP server that gives AI clients durable, repo-aware engineering context from your own machine.
Local Engineering Brain indexes a workspace into a local SQLite knowledge base and exposes that knowledge through MCP tools. Instead of forcing an AI to repeatedly scan raw files, it gives the model structured access to:
Everything stays local. There is no cloud sync, remote indexing service, or automatic repo access on startup.
This MCP helps users who want their AI assistant to answer engineering questions with real project context instead of generic guesses.
It is useful for:
Add it to an MCP client with npx:
{
"mcpServers": {
"local-engineering-brain": {
"command": "npx",
"args": ["-y", "local-engineering-brain"]
}
}
}
Optional overrides:
{
"mcpServers": {
"local-engineering-brain": {
"command": "npx",
"args": [
"-y",
"local-engineering-brain",
"--data-dir",
"C:\\Users\\you\\.local-engineering-brain",
"--workspace",
"D:\\Workspace\\my-repo"
]
}
}
}
Safe defaults:
index_workspace is the approval boundary for repo crawling~/.local-engineering-brain/| Tool | What It Does | Typical User Benefit |
|---|---|---|
index_workspace | Allowlists and indexes a workspace. | Gives the AI durable project context for later questions. |
get_index_status | Returns indexing progress or safe-default server status. | Lets the user know whether the workspace is ready to query. |
search_code | Searches indexed files, modules, and symbols. | Finds relevant implementation areas quickly. |
find_symbol | Resolves a symbol and nearby graph context. | Explains where a symbol lives and how it is used. |
find_module | Resolves a module and returns metadata and symbols. | Helps the AI answer module-specific questions accurately. |
get_module_dependencies | Returns direct and transitive dependencies. | Shows what a module relies on before editing it. |
get_reverse_dependencies | Returns modules that depend on an entity. | Shows what may be affected by a change. |
trace_dependency_path | Finds the shortest dependency path between two modules. | Explains why two areas of the codebase are connected. |
explain_module | Summarizes a module and its local neighborhood. | Produces fast codebase orientation for users and AI. |
summarize_branch_changes | Maps current branch changes to indexed modules and packages. | Helps review local changes in project context. |
estimate_blast_radius | Estimates what else is impacted by a module change. | Supports safer refactors and change planning. |
check_architecture_violations | Returns persisted architecture-rule violations. | Helps keep dependency boundaries and layering intact. |
analyze_test_failures | Ranks likely impacted tests from changed modules. | Helps focus testing effort after edits. |
query_logs | Searches indexed workspace logs. | Lets the AI inspect runtime evidence without rereading raw log files each time. |
build_incident_timeline | Combines changes, tests, incidents, and logs. | Helps explain local failures and regression timelines. |
Index D:\\Workspace\\my-repo with Local Engineering Brain and tell me when it is ready.Use Local Engineering Brain to find calculateTotal and explain which module owns it.Use Local Engineering Brain to summarize branch changes and estimate blast radius for src/api/checkout-service.ts.Use Local Engineering Brain to check architecture violations and explain the highest-severity issue.Use Local Engineering Brain to rank likely affected tests for the current branch.Use Local Engineering Brain to query API error logs and build an incident timeline.Npm description:
Local-first MCP server for codebase indexing, dependency analysis, architecture checks, test impact, and workspace log intelligence.
>=22.release/local-engineering-brainnpx package is self-containedFAQs
Local-first MCP server that auto-indexes the active coding workspace when available, with dependency analysis, architecture checks, test impact, and workspace log intelligence.
The npm package local-engineering-brain receives a total of 1 weekly downloads. As such, local-engineering-brain popularity was classified as not popular.
We found that local-engineering-brain demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.