← errorgap.com

INDIVIDUAL MCP TOOL

list_projects

List projects visible to the authenticated Errorgap user.

errorgap.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://errorgap.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_projects and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

errorgap.com

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.

Related tools

  • search_error_groups — Search Errorgap error groups by text, project, environment, and status.
  • get_error_group — Get one error group with its best latest notice, release, and redacted event metadata.
  • get_backtrace — Get the latest notice backtrace for an error group.
  • get_frame_source — Resolve source context for a single frame in an error group's latest notice.
  • get_related_context — Get deploy/release context and recent project logs for the error group's project.
  • list_incidents — List incidents for projects visible to the authenticated agent.
  • get_incident — Get one incident with its full evidence timeline sorted chronologically.
  • 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).