Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Error monitoring and log management for your production apps. Query logs, investigate errors, track deployments, and check uptime.

Install to Claude Code

/plugin install elmah-io@elmah-io

Run in Claude Code. Add the marketplace first with /plugin marketplace add elmahio/elmah-io-ai-plugin if you haven't already.

README.md

elmah.io AI Plugin

Error monitoring and log management for your production apps, directly from your AI editor.

This plugin connects any MCP-compatible AI editor to the elmah.io MCP server, giving you and your AI agent direct access to production logs, error details, deployment history, and uptime monitors — without leaving your editor.

Supported Editors

| Editor | Manifest | |---|---| | Cursor | .cursor-plugin/ | | Claude Code | .claude-plugin/ | | Any MCP-compatible editor | Point at https://mcp.elmah.io/mcp |

Installation

Cursor

OAuth (recommended):

{
  "mcpServers": {
    "elmah.io": {
      "url": "https://mcp.elmah.io/mcp",
      "auth": {
        "CLIENT_ID": "ai-plugin"
      }
    }
  }
}

API key:

{
  "mcpServers": {
    "elmah.io": {
      "url": "https://mcp.elmah.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Claude Code

OAuth (recommended):

{
  "mcpServers": {
    "elmah.io": {
      "type": "http",
      "url": "https://mcp.elmah.io/mcp",
      "oauth": {
        "clientId": "ai-plugin"
      }
    }
  }
}

On first use, your editor will prompt you to sign in with your elmah.io account. Access tokens expire after 30 days; re-authenticate if you see auth errors.

API key:

{
  "mcpServers": {
    "elmah.io": {
      "type": "http",
      "url": "https://mcp.elmah.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Skills

| Skill | Description | |---|---| | debug-production-error | Investigate a specific error by ID, message, or stack trace | | post-deployment-check | Verify production health after shipping code | | investigate-frequent-errors | Find and prioritize your highest-impact errors | | check-uptime-status | Check monitor status and investigate downtime events |

Usage examples

Debug this production error: NullReferenceException in OrderService
Run a post-deployment check after my latest deploy
What are the most frequent errors in my production log this week?
Is my site up? Check uptime status

Agents

deployment-watchdog — A background agent that monitors for regressions for 30 minutes after a deployment. Alerts immediately on fatal errors or downtime; otherwise reports back with a final HEALTHY / UNHEALTHY verdict.

Start the deployment watchdog for version 2.4.1

MCP Tools Available

Once connected, the following elmah.io tools are available to your AI agent:

  • organizations_list / organizations_get_details — list organizations and get quota/stats
  • logs_list / logs_get_details — list logs and get configuration details
  • messages_list_recent — fetch recent log messages with filtering
  • messages_list_frequent — get the most frequently occurring errors
  • messages_get — fetch a single message with full details (stack trace, custom data, etc.)
  • messages_count — count messages matching a query
  • deployments_list — list deployments with timestamps and versions
  • uptime_list / uptime_get_details — list uptime monitors and get incident history
  • heartbeats_list / heartbeats_get_details — list heartbeat monitors and check health
  • users_get_current — get the authenticated user
  • system_get_context — get system information like current date and time

Requirements

  • An active elmah.io account
  • At least one log configured in elmah.io

License

Apache 2.0 — see LICENSE

Related plugins

Browse all →