Use
https://mcp.useorgx.com/mcp as the default hosted OrgX MCP URL. It is
the streamable HTTP endpoint for remote MCP clients. Use
https://mcp.useorgx.com/sse only when a legacy client explicitly asks for
SSE.Questions This Page Answers
- Which OrgX MCP URL should I use in each client?
- Which clients render OrgX widgets vs plain tool output?
- What are the fastest first calls to verify the integration is healthy?
Prerequisites
An OrgX account at useorgx.com
Node.js 18+ installed
A supported remote MCP client (ChatGPT, Cursor, Claude, VS Code, or
equivalent)
Quick Setup
- OpenClaw (Recommended)
- ChatGPT
- Cursor IDE
- Claude
- VS Code
- Other MCP Clients
- Local Development
The fastest path — handles auth and config automatically in 60 seconds:Then open
http://127.0.0.1:18789/orgx/live, click Connect OrgX, and approve in your browser. Done.Full OpenClaw setup guide →Supported Clients At A Glance
| Client | Setup style | Widgets | Best for |
|---|---|---|---|
| ChatGPT | Apps & Connectors | Yes | Conversational approvals + organizational memory |
| Cursor | mcp-remote config | Yes | IDE-assisted coding + delivery |
| Claude | Connectors | Yes | Conversational planning + review |
| VS Code | HTTP server config | Yes | Planning and delivery inside editor |
| Other remote MCP clients | Root URL + OAuth | Usually text fallback | Generic MCP interoperability |
Verify Connection
After authorizing, verify the MCP server is working by calling:First Calls That Prove The Integration
Once connected, these calls prove the integration is healthy:workspace action=getorgx_recommend view=summaryorgx_search query="recent decisions" scope=decisions
orgx_decideto save a durable team decisionorgx_decide action=listto review pending human approvalsorgx_spawnto dispatch focused workorgx_recommendto get initiative health and blockersscaffold_initiativeto create a real IWMT hierarchyorgx_decide/orgx_decideto run the human-in-the-loop looporgx_searchwhen you need the lower-level memory search directly
Widgets & Resources
OrgX MCP also exposes resources and widgets:| Resource URI | Description |
|---|---|
orgx://initiative/{id} | Full initiative details as markdown |
ui://widget/decisions.html | Decision widget HTML |
ui://widget/agent-status.html | Agent status widget HTML |
ui://widget/initiative-pulse.html | Initiative pulse widget HTML |
ui://widget/morning-brief.html | Morning brief widget HTML |
Transport Options
The OrgX MCP server supports two transports:| Transport | Endpoint | Use Case |
|---|---|---|
| HTTP | https://mcp.useorgx.com/mcp | Recommended streamable HTTP endpoint |
| SSE | https://mcp.useorgx.com/sse | Legacy SSE endpoint |
Troubleshooting
Connection refused
Connection refused
- Verify the MCP server URL is correct
- Reconnect the MCP server entry in your client to refresh OAuth state
- Ensure you have network access to
mcp.useorgx.com
Authentication failed
Authentication failed
- Disconnect and reconnect OrgX in your MCP client to restart OAuth - Complete browser sign-in and grant access to the correct workspace - Verify your OrgX account is active
Tools not appearing
Tools not appearing
- Restart your IDE after updating
mcp.json- Check the MCP config file for JSON syntax errors - Run the health check command to verify connectivity
Permission denied on tool calls
Permission denied on tool calls
- Some tools require write scopes (for example, decision approvals)
- Reconnect and approve broader scopes if prompted
- Check that your OrgX role has the required permissions
Security Notes
- OAuth access tokens are short-lived and refreshed by your MCP client
- All traffic is encrypted via HTTPS
- OAuth grants are scoped to specific permissions
- Revoke access by disconnecting OrgX from your MCP client or OrgX settings
Next Steps
MCP Protocol Reference
Deep dive into the MCP protocol implementation.
MCP Tools Reference
Complete API documentation for all tools.
