Orgx Login banner
useorgx useorgx

Orgx Login

Development community

Description

--- description: Authenticate the bundled OrgX MCP connection through Claude Code's native OAuth flow. --- Guide the user through the built-in connection flow: 1. Ask the user to open `/mcp` in Claude Code. 2. Ask them to select `orgx` and choose **Authenticate**. 3. Tell them to complete the OrgX sign-in and consent screen in their browser. 4. After they return, ask them to confirm that `/mcp` reports `orgx` as connected. Never ask the user to paste an access token, API key, password, cookie

Installation

Installs to ~/.claude/skills/useorgx-orgx-claude-code-plugin-orgx-login/SKILL.md

Terminal
mkdir -p ~/.claude/skills/useorgx-orgx-claude-code-plugin-orgx-login && curl -fsSL https://raw.githubusercontent.com/useorgx/orgx-claude-code-plugin/HEAD/commands/orgx-login.md -o ~/.claude/skills/useorgx-orgx-claude-code-plugin-orgx-login/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository