MCP setup
Install IncidentFlow MCP
Connect your AI client to IncidentFlow so investigations can use authenticated incident tools and workspace-scoped operational memory.
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
Install the connector
Run the installer on the machine where your MCP client reads its server configuration.
Authorize your workspace
Sign in through IncidentFlow OAuth or provide a supported workspace token. Authentication binds tool access to the active workspace.
Restart your MCP client
Restart the client after the server entry is written so it loads the new IncidentFlow tools.
Verify tool visibility
Use
incidentflow_auth_statusandincidentflow_capabilitiesto confirm the connection is authenticated and ready.
$ curl https://mcp.incidentflow.io/install.sh | shChoose Your MCP Client
{
"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.
incidentflow_auth_status:
authenticated: true
workspace_id: ws_...
incidentflow_capabilities:
tools:
- incidentflow_docs_search
- incidentflow_memory_search
- incidentflow_capabilities