🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@standardbeagle/errlookup-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@standardbeagle/errlookup-mcp

ErrLookup MCP server — answers 'what is this error and how do I fix it' from a cached static dataset (errors.standardbeagle.com).

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@standardbeagle/errlookup-mcp

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.

Install

{
  "mcpServers": {
    "errlookup": {
      "command": "npx",
      "args": ["-y", "@standardbeagle/errlookup-mcp"]
    }
  }
}

Tools

  • 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.

Config (env)

vardefault
ERRLOOKUP_BASE_URLhttps://errors.standardbeagle.comdataset origin
ERRLOOKUP_CACHE_DIR$XDG_CACHE_HOME/errlookupcache location
ERRLOOKUP_TTL_SECONDS300manifest poll interval
ERRLOOKUP_OFFLINEunset1 = 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

Package last updated on 01 Aug 2026

Did you know?

Socket

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.

Install

Related posts