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.
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.
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.
One URL. Done.
claude.ai (in the browser)
- Open claude.ai and sign in.
- Click your name at the bottom left and choose Customize.
- Go to Connectors and click +.
- Choose Add custom connector.
- Paste the URL below and save.
https://mcp.ampliflow.cc/mcp 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)
- Open Claude Desktop.
- Go to Settings (gear icon) > Developer > Edit Config.
- This opens a file. Paste the configuration below.
- Save the file and restart Claude Desktop.
{
"mcpServers": {
"ampliflow": {
"url": "https://mcp.ampliflow.cc/mcp"
}
}
} ChatGPT
Requires: Pro, Business or Enterprise (not Plus or Free)
- Open chatgpt.com and sign in.
- Go to Settings > Apps > Build your own app.
- Enter the name (AmpliFlow) and paste the URL below.
- Check I trust this provider and save.
Name: AmpliFlow
URL: https://mcp.ampliflow.cc/mcp/ Custom MCP requires ChatGPT Pro, Business or Enterprise. The Plus and Free plans do not support it.
opencode / Cursor
- Open your MCP server configuration file (varies by tool).
- Add the block below under mcpServers.
- 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)
- Requires an IT admin and Copilot Studio.
- Each user signs in with their own AmpliFlow account via an OAuth flow in the chat.
- Read the step-by-step guide linked below.
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.
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.
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.