← Registry

Developer Tools

errorgap.com

MCP server for Errorgap that enables users to list projects and search, inspect, and retrieve error groups, backtraces, and source context.

2 endpoints22 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://errorgap.com/mcp

No auth detected

MCP server metadata

Name
errorgap
Version
0.1.0
Capabilities
tools

Known tools 11

list_projects

List projects visible to the authenticated Errorgap user.

Inferred read-only
search_error_groups

Search Errorgap error groups by text, project, environment, and status.

Inferred read-only
get_error_group

Get one error group with its best latest notice, release, and redacted event metadata.

Inferred read-only
get_backtrace

Get the latest notice backtrace for an error group.

Inferred read-only
get_frame_source

Resolve source context for a single frame in an error group's latest notice.

Inferred read-only
get_related_context

Get deploy/release context and recent project logs for the error group's project.

Inferred read-only
list_incidents

List incidents for projects visible to the authenticated agent.

Inferred read-only
get_incident

Get one incident with its full evidence timeline sorted chronologically.

Inferred read-only
explain_incident

Return a structured analysis of an incident: its most likely cause, a 0–1 confidence score, and a list of contributing signals (error spike, deploy diff, similar incidents, latency).

Inferred read-only
find_likely_cause

Return ranked root-cause hypotheses for an incident, each with a confidence score and plain-English rationale.

Inferred read-only
propose_fix

Return a concrete remediation checklist and the affected files for an incident.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.errorgap]
url = "https://errorgap.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "errorgap": {
      "type": "http",
      "url": "https://errorgap.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: errorgap
Remote MCP URL: https://errorgap.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "errorgap": {
      "url": "https://errorgap.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "errorgap": {
      "type": "http",
      "url": "https://errorgap.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "errorgap",
  "transport": "streamable-http",
  "url": "https://errorgap.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://app.errorgap.com/mcp

No auth detected

MCP server metadata

Name
errorgap
Version
0.1.0
Capabilities
tools

Known tools 11

list_projects

List projects visible to the authenticated Errorgap user.

Inferred read-only
search_error_groups

Search Errorgap error groups by text, project, environment, and status.

Inferred read-only
get_error_group

Get one error group with its best latest notice, release, and redacted event metadata.

Inferred read-only
get_backtrace

Get the latest notice backtrace for an error group.

Inferred read-only
get_frame_source

Resolve source context for a single frame in an error group's latest notice.

Inferred read-only
get_related_context

Get deploy/release context and recent project logs for the error group's project.

Inferred read-only
list_incidents

List incidents for projects visible to the authenticated agent.

Inferred read-only
get_incident

Get one incident with its full evidence timeline sorted chronologically.

Inferred read-only
explain_incident

Return a structured analysis of an incident: its most likely cause, a 0–1 confidence score, and a list of contributing signals (error spike, deploy diff, similar incidents, latency).

Inferred read-only
find_likely_cause

Return ranked root-cause hypotheses for an incident, each with a confidence score and plain-English rationale.

Inferred read-only
propose_fix

Return a concrete remediation checklist and the affected files for an incident.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.errorgap]
url = "https://app.errorgap.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "errorgap": {
      "type": "http",
      "url": "https://app.errorgap.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: errorgap
Remote MCP URL: https://app.errorgap.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "errorgap": {
      "url": "https://app.errorgap.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "errorgap": {
      "type": "http",
      "url": "https://app.errorgap.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "errorgap",
  "transport": "streamable-http",
  "url": "https://app.errorgap.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.