Pilot

Connect an AI tool to AmpliFlow. No installation.

Paste a URL into ChatGPT, Claude or Microsoft Copilot. The AI tool gets direct access to your risks, deviations, tasks and goals in AmpliFlow.

See it in action

An AI tool working inside your management system

The AI tool fetches data from AmpliFlow, creates records and works through the task step by step. Press play.

What is MCP

Model Context Protocol: a standard protocol for AI tools

MCP (Model Context Protocol) defines how an AI tool discovers and calls external systems. Instead of each tool building custom integrations against every system, there is a standard: the tool asks "what functions are available?" and the server responds with a list.

AmpliFlow's MCP server exposes six groups of functions: context, tasks, risks, improvements, goals and content. The tool calls them directly. All communication happens over HTTPS.

Today, claude.ai, Claude Desktop, ChatGPT, opencode and Cursor support MCP servers. More clients are being added.

Why MCP?

AI tools like ChatGPT and Claude can already plan tasks, reason through multiple steps and make decisions on their own. What they lack is access to your systems. MCP gives them tools to work with: your risks, deviations, tasks and goals in AmpliFlow.

Without MCP they can only answer questions. With MCP they can fetch data, create records and work through a task in your management system.

Connect your tool

One URL. Done.

claude.ai (in the browser)

  1. Open claude.ai and sign in.
  2. Click your name at the bottom left and choose Customize.
  3. Go to Connectors and click +.
  4. Choose Add custom connector.
  5. Paste the URL below and save.
https://mcp.ampliflow.cc/mcp

Anthropic's connector guide ↗

Works on all plans. The free plan allows one connector. Team/Enterprise: an admin adds the connector in organization settings first.

Claude Desktop (the app)

  1. Open Claude Desktop.
  2. Go to Settings (gear icon) > Developer > Edit Config.
  3. This opens a file. Paste the configuration below.
  4. Save the file and restart Claude Desktop.
{
  "mcpServers": {
    "ampliflow": {
      "url": "https://mcp.ampliflow.cc/mcp"
    }
  }
}

MCP quickstart guide ↗

ChatGPT

Requires: Pro, Business or Enterprise (not Plus or Free)

  1. Open chatgpt.com and sign in.
  2. Go to Settings > Apps > Build your own app.
  3. Enter the name (AmpliFlow) and paste the URL below.
  4. Check I trust this provider and save.
Name: AmpliFlow
URL: https://mcp.ampliflow.cc/mcp/

OpenAI's guide to MCP apps ↗

Custom MCP requires ChatGPT Pro, Business or Enterprise. The Plus and Free plans do not support it.

opencode / Cursor

  1. Open your MCP server configuration file (varies by tool).
  2. Add the block below under mcpServers.
  3. Save and restart the tool.
{
  "mcpServers": {
    "ampliflow": {
      "type": "remote",
      "url": "https://mcp.ampliflow.cc/mcp"
    }
  }
}

Microsoft 365 Copilot

Requires: M365 Copilot add-on license (E3/E5 or Business Premium)

  1. Requires an IT admin and Copilot Studio.
  2. Each user signs in with their own AmpliFlow account via an OAuth flow in the chat.
  3. Read the step-by-step guide linked below.

IT admin guide: Enable AmpliFlow in M365 Copilot ↗

The MCP server runs at https://mcp.ampliflow.cc/mcp. You log in with your tenant and your user. The AI tool sees only what your account has access to.

This is a pilot. The server may change without notice. Do not run critical workflows against it yet. We want feedback, not production dependencies.

Tools

Six groups, around 20 tools

The AI tool has the same access as an AmpliFlow account. Read permissions, write permissions, everything is controlled by the account's rights.

Risk management

List, review and create risks. The AI tool sees the full risk register, identifies gaps and can add new risks with proper grading.

Improvements and deviations

Review open deviations, create new records, see available forms. Same data as in the web interface.

Project tasks

List, create, update and complete tasks. The AI tool can comment and log its work directly in AmpliFlow.

Goals and follow-up

Read goals and see which ones have not been updated. The AI tool can compile input for management reviews.

Pages and documents

List and read pages in AmpliFlow. The AI tool can use your documented content as context for its work.

Search and context

Search across all modules. The AI tool starts each session by reading project context and understanding what is going on.

MCP server vs af-cli

Two paths to the same data

af-cli is installed on your computer. The MCP server requires no installation.

MCP server af-cli
Installation None. Paste URL. Download and run one command.
Clients claude.ai, Claude Desktop, ChatGPT, Microsoft Copilot, opencode, Cursor Claude Code, OpenAI Codex, opencode, Cursor
Works in the browser Yes No
Offline No Yes (with API key)
Background execution (af loop) No (yet) Yes
Status Pilot Pilot

Try it

The MCP server is running. Connect your AI tool and see what it can do in your management system. We want to hear what works and what is missing.