
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@standardbeagle/errlookup-mcp
Advanced tools
ErrLookup MCP server — answers 'what is this error and how do I fix it' from a cached static dataset (errors.standardbeagle.com).
MCP server that answers "what is this error and how do I fix it" for open-source libraries, from a locally cached static dataset published at errors.standardbeagle.com.
No backend: on first use it downloads versioned JSON from the CDN, caches under ~/.cache/errlookup/, and serves every query offline-capable from disk.
{
"mcpServers": {
"errlookup": {
"command": "npx",
"args": ["-y", "@standardbeagle/errlookup-mcp"]
}
}
}
search_error — pass a raw runtime error message; tiered matching (exact code → message pattern → fuzzy) returns scored matches with citations.get_error — full record for one error: explanation, ordered solutions, example fix, defensive patterns, source permalink.list_repos — analyzed repositories and their error counts.refresh_dataset — force a freshness check against the published manifest.| var | default | |
|---|---|---|
ERRLOOKUP_BASE_URL | https://errors.standardbeagle.com | dataset origin |
ERRLOOKUP_CACHE_DIR | $XDG_CACHE_HOME/errlookup | cache location |
ERRLOOKUP_TTL_SECONDS | 300 | manifest poll interval |
ERRLOOKUP_OFFLINE | unset | 1 = never fetch, cache only |
Data is AI-assisted analysis of public repositories, pinned to the analyzed commit SHA — every result links its source and its JSON twin.
FAQs
ErrLookup MCP server — answers 'what is this error and how do I fix it' from a cached static dataset (errors.standardbeagle.com).
The npm package @standardbeagle/errlookup-mcp receives a total of 0 weekly downloads. As such, @standardbeagle/errlookup-mcp popularity was classified as not popular.
We found that @standardbeagle/errlookup-mcp 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.