IncidentFlowIncidentFlowDocs
Getting Started

MCP setup

Install IncidentFlow MCP

Connect your AI client to IncidentFlow so investigations can use authenticated incident tools and workspace-scoped operational memory.

Authentication

IncidentFlow MCP is exposed over HTTP and can be connected to MCP-compatible AI clients.

Requirements

  • An IncidentFlow workspace.
  • A user or service account with access to that workspace.
  • An MCP-compatible client.
  • Network access from the client to https://mcp.incidentflow.io.

Quick Start

  1. Install the connector

    Run the installer on the machine where your MCP client reads its server configuration.

  2. Authorize your workspace

    Sign in through IncidentFlow OAuth or provide a supported workspace token. Authentication binds tool access to the active workspace.

  3. Restart your MCP client

    Restart the client after the server entry is written so it loads the new IncidentFlow tools.

  4. Verify tool visibility

    Use incidentflow_auth_status and incidentflow_capabilities to confirm the connection is authenticated and ready.

Terminal
$ curl https://mcp.incidentflow.io/install.sh | sh

Choose Your MCP Client

7 lines
{
"mcpServers": {
  "incidentflow": {
    "url": "https://mcp.incidentflow.io/mcp"
  }
}
}

Verify The Connection

Use the incidentflow_auth_status tool to confirm that the MCP request contains valid authentication and workspace context.

Use the incidentflow_capabilities tool to list available tools and confirm the tool inventory visible to your client.

Expected output
incidentflow_auth_status:
authenticated: true
workspace_id: ws_...

incidentflow_capabilities:
tools:
  - incidentflow_docs_search
  - incidentflow_memory_search
  - incidentflow_capabilities

Troubleshooting

On this page