Skip to main content

Use Acticly from the agent you already have

Acticly runs an MCP server, so you can ask about delivery, AI spend, alerts and wellbeing from Claude, Cursor, Codex or VS Code — without opening Acticly. You sign in with OAuth; there is no API key to generate, paste, or rotate.

What Acticly reads

  • Nothing new. MCP is a read path over the data Acticly already holds from your existing integrations.
  • Your identity, through OAuth. The agent acts as you, with your permissions — not as a shared service account.

What you get

  • The same intelligence as in-app chat: team metrics, DORA, AI adoption and spend, alerts, and natural-language questions across all of it.
  • Daily Pulse and Weekly Pulse — a single-page narrative across delivery, spend, wellbeing and risks, on demand.
  • Dashboard authoring from your agent: create, edit, and undo dashboards without opening the UI.
  • Per-connection scopes you can see and revoke at any time, from Settings.

How to connect

One command or one pasted URL, then an OAuth sign-in. No API key is generated, pasted, or rotated — the old bearer-token flow is no longer how you connect.

Claude

Claude Desktop or claude.ai — Settings → Connectors → Add custom connector, paste the URL, then Add and sign in.

https://app.acticly.com/api/mcp

Claude Code

Run this, then ask it anything — Claude Code opens your browser to sign in.

claude mcp add --transport http acticly https://app.acticly.com/api/mcp

Codex

Add it, then run `codex mcp login acticly` to sign in.

codex mcp add acticly --url https://app.acticly.com/api/mcp

Cursor

Settings → MCP → add the server URL. Acticly Settings also offers a one-click deep link.

https://app.acticly.com/api/mcp

VS Code

Run this in your terminal, or use the one-click install from Acticly Settings.

code --add-mcp '{"name":"Acticly","type":"http","url":"https://app.acticly.com/api/mcp"}'

What this does not cover

  • Any data you have not already connected. MCP reads what Acticly holds; it is not a separate ingestion path.
  • Access beyond your own permissions. The agent acts as you, so it can see exactly what you can see and nothing more.
  • A standing key. Connections are per user and revocable from Settings, and revoking one takes effect immediately.