Troubleshooting with ErrLookup

Start from the failure class, watch the MCP server resolve a real error, or wire it into your own agent.

Failure class guides

Most production errors belong to a handful of failure classes. Each guide explains one from the mechanism up and links every documented occurrence:

For error families the guides don't cover, the background articles distill common causes across every documented occurrence — and grow twice a day as the collector runs.

See it in action

opencode hits an AxiosError, asks the ErrLookup MCP server what it means, and applies the fix the library authors recommend.

Give your coding agent error superpowers

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

The MCP server caches the dataset locally: offline-capable, no API keys, answers search_error straight from disk.