> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useorgx.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect your AI tools

> Connect OrgX to Claude, Cursor, Codex, VS Code, ChatGPT, OpenClaw, or another MCP client.

Connect an AI tool to OrgX when you want it to work from shared workspace
context and record decisions, artifacts, and receipts in the same place.

## Fastest setup

The wizard detects supported local clients, opens browser authorization, and
configures the supported integrations. Review the
[setup choices and data scope](/docs/guides/wizard-cli-onboarding) first. To feel
the value before installing anything, [explore the work record](https://useorgx.com/try).

```bash theme={"dark"}
npx @useorgx/wizard@latest setup
```

<CardGroup cols={2}>
  <Card title="Use the setup wizard" icon="wand-magic-sparkles" href="/docs/guides/wizard-cli-onboarding">
    Best for Claude Code, Cursor, Codex, VS Code, Windsurf, and Zed.
  </Card>

  <Card title="MCP overview" icon="server" href="/docs/api/mcp-protocol">
    Start with the hosted endpoint, bootstrap, client setup, scopes, and
    troubleshooting.
  </Card>
</CardGroup>

## Supported paths

| Client                  | Setup                                                  | Availability |
| ----------------------- | ------------------------------------------------------ | ------------ |
| Claude custom connector | Add `https://mcp.useorgx.com/mcp`                      | Available    |
| Claude Code             | Wizard or `claude mcp add`                             | Available    |
| Cursor                  | Wizard or MCP settings                                 | Available    |
| Codex                   | Wizard and OrgX skills                                 | Available    |
| VS Code                 | Wizard or MCP settings                                 | Available    |
| Windsurf                | Wizard or MCP settings                                 | Available    |
| Zed                     | Wizard or MCP settings                                 | Available    |
| ChatGPT Developer Mode  | [ChatGPT setup](/docs/guides/chatgpt-integration)           | Available    |
| OpenClaw                | [OpenClaw plugin setup](/docs/guides/openclaw-plugin-setup) | Available    |
| Gemini CLI              | Direct MCP endpoint                                    | Available    |

## Manual setup

Use the hosted streamable HTTP endpoint when your client already supports MCP:

```text theme={"dark"}
https://mcp.useorgx.com/mcp
```

Your client opens OrgX authorization. Review the requested workspace and scopes,
then return to the client and ask it to list its OrgX tools.

<Check>
  The connection is ready when the client can call an OrgX read tool and the
  returned workspace matches the one you authorized.
</Check>

## Where the result appears

Work created by a connected client appears in [Mission
Control](https://useorgx.com). Decisions and artifacts appear when the client
records those specific states.

<CardGroup cols={3}>
  <Card title="Run a first workflow" icon="bolt" href="/docs/quickstart">
    Create one small piece of work and inspect its result.
  </Card>

  <Card title="MCP overview" icon="code" href="/docs/api/mcp-protocol">
    See transport, OAuth, profiles, and connection checks.
  </Card>

  <Card title="Availability" icon="signal" href="/docs/resources/roadmap">
    Check beta and upcoming integrations in one place.
  </Card>
</CardGroup>
