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
- Open Claude Desktop → Settings → Developer → Edit Config.
- 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\"}" ] } } } - No sign-in prompt may appear automatically — if so, go to Settings → Connectors and authenticate there with your Microsoft account.
- Switch from "Home" to "Code" (top right) to use it.
- Customize → Plugins → Personal plugins → + → Add marketplace, then paste:
https://gitlab.qbeyond.cloud/dev/ai/agis.git
git@gitlab.qbeyond.cloud:dev/ai/agis.git
- Install the
agisplugin from the catalog. - No sign-in prompt may appear automatically — if so, go to Settings → Connectors and authenticate there with your Microsoft account.
- Switch from "Home" to "Code" (top right) to use it.
- Run the command below once.
claude mcp add --transport http -s user \ --client-id 12868f05-3e7c-49fd-8af9-e138a5407c74 \ --callback-port 8123 \ agis https://mcp-agis.qbeyond.cloud/mcp
- In Claude Code, run
/mcpand sign in.
- Run the commands below once.
claude plugin marketplace add https://gitlab.qbeyond.cloud/dev/ai/agis.git claude plugin install agis@agis-tools
claude plugin marketplace add git@gitlab.qbeyond.cloud:dev/ai/agis.git claude plugin install agis@agis-tools
- Start a new
claudesession — the plugin adds the MCP server on session start. - Run
/mcpand sign in.
- Open Command Palette →
MCP: Open User Configuration(or add to.vscode/mcp.jsonin the workspace to share with your team). - Add this, then save.
{ "servers": { "agis": { "type": "http", "url": "https://mcp-agis.qbeyond.cloud/mcp", "oauth": { "clientId": "12868f05-3e7c-49fd-8af9-e138a5407c74" } } } } - Open Copilot Chat in Agent mode — VS Code opens a sign-in prompt on first use.