Bring your AI to your team's work.
17 MCP tools let Claude, ChatGPT, Gemini, Cursor, Copilot, Antigravity — and any MCP-compatible AI — read and write your ActionBridge tasks, projects, and wiki. Every action is audited and posted to Teams.
Works with your AI
MCP is an open protocol — one server, every client. AB works with all of these out of the box.
Don't see your client? If it speaks MCP, it works with AB on day one — no per-client integration needed.
17 tools, 3 groups
Pick what your AI needs. Names are stable — you can reference them in prompts and rules.
Tasks ยท 7
Projects ยท 4
Wiki ยท 6
What people actually do with it
A few patterns we see from AI-centric teams.
Connect your AI
One endpoint, one OAuth sign-in. Pick your client below.
claude mcp add --transport http actionbridge \
https://mcp.actionbridge.io/mcp
On first tool call, your browser opens to sign in with Microsoft 365.
Open Settings → Connectors → Add custom connector and paste the URL:
Or edit claude_desktop_config.json:
"mcpServers": {
"actionbridge": {
"url": "https://mcp.actionbridge.io/mcp"
}
}
}
In ChatGPT (Pro / Business / Enterprise), open Settings → Connectors → Add and provide:
Auth: OAuth (Microsoft 365)
Once added, mention "ActionBridge" in chat and ChatGPT will pick the right tool.
Add to your Codex CLI config at ~/.codex/config.toml:
url = "https://mcp.actionbridge.io/mcp"
gemini mcp add actionbridge \
--transport http \
https://mcp.actionbridge.io/mcp
In Antigravity, open the agent's connector settings and add an MCP server:
"mcpServers": {
"actionbridge": {
"url": "https://mcp.actionbridge.io/mcp"
}
}
}
In Cursor, open MCP settings and add an HTTP server:
"mcpServers": {
"actionbridge": {
"url": "https://mcp.actionbridge.io/mcp"
}
}
}
In Windsurf, open Cascade settings → MCP servers, or edit ~/.codeium/windsurf/mcp_config.json:
"mcpServers": {
"actionbridge": {
"serverUrl": "https://mcp.actionbridge.io/mcp"
}
}
}
In VS Code (Copilot Agent mode), create .vscode/mcp.json:
"servers": {
"actionbridge": {
"type": "http",
"url": "https://mcp.actionbridge.io/mcp"
}
}
}
In Cowork Desktop, open the connector picker and add a custom MCP server:
Auth: OAuth (Microsoft 365)
Once added, all 17 tools appear instantly — no extra setup.
Safe by design
AI gets the user's permissions — nothing more, nothing hidden.
Your identity
Microsoft 365 OAuth — same permissions as you in the web app.
Full audit trail
Every AI action is logged with the reason it gave.
Teams notified
Adaptive cards posted to the project channel for every change.
Open standard
No vendor lock-in. Switch AIs anytime — same tools work.