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.
ENDPOINT 1
https://errorgap.com/mcp
MCP server metadata
- Name
- errorgap
- Version
- 0.1.0
Known tools 11
search_error_groupsSearch Errorgap error groups by text, project, environment, and status.
Inferred read-onlyget_error_groupGet one error group with its best latest notice, release, and redacted event metadata.
Inferred read-onlyget_frame_sourceResolve source context for a single frame in an error group's latest notice.
Inferred read-onlyget_related_contextGet deploy/release context and recent project logs for the error group's project.
Inferred read-onlyget_incidentGet one incident with its full evidence timeline sorted chronologically.
Inferred read-onlyexplain_incidentReturn 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-onlyfind_likely_causeReturn ranked root-cause hypotheses for an incident, each with a confidence score and plain-English rationale.
Inferred read-onlypropose_fixReturn a concrete remediation checklist and the affected files for an incident.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- errorgap
- Version
- 0.1.0
Known tools 11
search_error_groupsSearch Errorgap error groups by text, project, environment, and status.
Inferred read-onlyget_error_groupGet one error group with its best latest notice, release, and redacted event metadata.
Inferred read-onlyget_frame_sourceResolve source context for a single frame in an error group's latest notice.
Inferred read-onlyget_related_contextGet deploy/release context and recent project logs for the error group's project.
Inferred read-onlyget_incidentGet one incident with its full evidence timeline sorted chronologically.
Inferred read-onlyexplain_incidentReturn 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-onlyfind_likely_causeReturn ranked root-cause hypotheses for an incident, each with a confidence score and plain-English rationale.
Inferred read-onlypropose_fixReturn a concrete remediation checklist and the affected files for an incident.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.