AGIS Not signed in Sign in →

Agentic Secure Artifact Sharing

See it in action

Create a dashboard of this quarter's sales by region and publish to AGIS.

Done — live at /<oid>/q3-sales/ · only your signed-in teammates can open it.

Say "...to/from AGIS" explicitly — otherwise Claude defaults to its own built-in Artifacts instead. The plugin variant (see Installation below) handles this automatically via a bundled skill.


What you get

Publish in seconds

Ask Claude to turn a dashboard, report, or page into a live link — no hosting, no deploy step.

Share safely

Every artifact is scoped to your org's SSO. Leave it open to any signed-in teammate, or lock it to specific people.

Nothing to run yourself

AGIS hosts and serves it for you. Update it later by just asking Claude to republish.

Works with your tools

Claude Desktop, Claude Code, or GitHub Copilot — same account, same artifacts.


Installation

  1. Open Claude Desktop → Settings → Developer → Edit Config.
  2. Add this to claude_desktop_config.json, then restart Claude Desktop.
    {
      "mcpServers": {
        "agis": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote@latest",
            "https://mcp-agis.qbeyond.cloud/mcp",
            "--static-oauth-client-info",
            "{\"client_id\":\"12868f05-3e7c-49fd-8af9-e138a5407c74\"}"
          ]
        }
      }
    }
  3. No sign-in prompt may appear automatically — if so, go to Settings → Connectors and authenticate there with your Microsoft account.
  4. Switch from "Home" to "Code" (top right) to use it.
1.0.9.646b7aa8