← use.observer

INDIVIDUAL MCP TOOL

resolveIncident

Resolve an incident with optional final message (requires scope: write:incidents)

use.observernone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.use.observer/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent server

use.observer

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.observer]
url = "https://mcp.use.observer/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "observer": {
      "type": "http",
      "url": "https://mcp.use.observer/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: observer
Remote MCP URL: https://mcp.use.observer/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": {
    "observer": {
      "url": "https://mcp.use.observer/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • appendIncidentMessage — Append a timeline message; type=Resolved auto-resolves the parent (requires scope: write:incidents)
  • applyConfig — Apply a config-as-code document (idempotent upsert by config_key) (requires scope: write:config)
  • cancelMaintenance — Cancel a maintenance before completion (requires scope: write:maintenances)
  • completeMaintenance — Manually transition an in-progress maintenance to completed (requires scope: write:maintenances)
  • createChangeEvent — Ingest a deploy / commit / release event for status-transition correlation (requires scope: write:change_events)
  • createIncident — Create incident (draft or published) (requires scope: write:incidents)
  • createMaintenance — Schedule a maintenance window (requires scope: write:maintenances)
  • deleteIncident — Soft-delete incident (requires scope: write:incidents)