Skip to main content
Start here. The AI Toolkit is the single entry point for connecting OrgX to every AI client you already use. One command installs in all of them.

Install Organizational Memory in Every AI Tool You Use

OrgX gives Claude, Cursor, Codex, VS Code, Windsurf, Zed, ChatGPT, Gemini CLI, and other MCP clients shared organizational memory: decisions, artifacts, tasks, approvals, and project execution context. One install, every client.

3 Ways to Connect

Path A: Wizard CLI

Recommended. Detects which AI clients you have installed and configures them automatically.
npx @useorgx/wizard@latest setup
Handles OAuth, config files, and auto-update across every supported client.

Path B: Skills

Manual. Add OrgX directly via your client’s skill or plugin interface.Best for clients with a built-in plugin marketplace (OpenClaw, VS Code extensions).See OpenClaw Plugin Setup →

Path C: MCP Direct

Raw endpoint. Point any MCP-compatible client at the hosted server.
https://mcp.useorgx.com/mcp
Handles OAuth automatically on first connect. See MCP Protocol →

Client Compatibility Matrix

ClientRecommended PathAuto-UpdateWidgetsNotes
ClaudeWizard / MCPYesYesUse Settings → Connectors for remote MCP
CursorWizard / MCPYesYesWizard writes ~/.cursor/mcp.json automatically
CodexWizard / SkillsYesNoSkills injected via AGENTS.md or codex config
VS CodeWizard / MCPYesYesWizard writes user MCP config; supports widgets
WindsurfWizard / MCPYesNoMCP supported; no widget surface yet
ZedWizard / MCPComing soonNoMCP support in progress
ChatGPTMCP directNoYesAdd https://mcp.useorgx.com/mcp via Apps & Connectors → Remote MCP server
Gemini CLIMCP directNoNoPoint at https://mcp.useorgx.com/mcp

What the Toolkit Includes

Wizard CLI

Auto-configure every client. npx @useorgx/wizard@latest setup detects Claude, Cursor, VS Code, Codex, Windsurf, and Zed — then writes all config files, handles OAuth, and keeps everything in sync.

Hosted MCP Server

Organizational memory + execution control. https://mcp.useorgx.com/mcp is the OAuth-protected streamable HTTP endpoint. Every MCP-compatible client speaks to the same surface — remember, recall, approve, delegate, and track.

Skills & Plugins

Native integration. The OpenClaw plugin wires OrgX into the local AI runtime with browser-pairing in 60 seconds. Skills inject OrgX context directly into agent instruction sets.

Live Dashboard

Mission Control. Every decision, artifact, and initiative is visible in the web app — and actions taken in any client (Claude, Cursor, ChatGPT) surface here in real time.

Explore Before Full Setup

Use these paths before wiring a full production workspace:

Sandbox Playground

Visit useorgx.com/playground after signing in to try guided sandbox flows without configuring an external MCP client.

Public MCP Endpoint

Connect any MCP client to https://mcp.useorgx.com/public for no-auth discovery tools, example payloads, and connection help. It does not expose workspace data or execute authenticated OrgX actions.
To add the public endpoint to Cursor (or any client that supports mcp-remote), add this to your MCP config:
{
  "mcpServers": {
    "orgx-preview": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.useorgx.com/public"]
    }
  }
}
The public endpoint is discovery-only. To remember decisions, search real workspace memory, approve work, or spawn agents, connect the authenticated MCP endpoint at https://mcp.useorgx.com/mcp.

Next Steps

Wizard CLI Onboarding

Complete walkthrough for the fastest setup path.

Cursor + MCP Setup

Manual Cursor configuration if you prefer not to use the wizard.

ChatGPT Integration

Add OrgX as a remote MCP server in ChatGPT.

OpenClaw Plugin Setup

60-second browser pairing for local OpenClaw runtimes.

Agent Quickstart

Spawn your first agent task once you’re connected.