Sign in with OAuth
Use the Chat4U account that belongs to the organization you want to connect.
Bring source health, insights, and controlled actions into Codex, Claude, or Cursor—while keeping workspace permissions and approvals intact.
BEFORE YOU CONNECT
MCP access is enabled for selected workspaces during private beta.
Use the Chat4U account that belongs to the organization you want to connect.
The client can only reach projects, tools, and data allowed by your workspace permissions.
Read operations can return directly. State-changing actions wait for human approval.
INSTALLATION
Use the same endpoint everywhere. Each client stores its own OAuth connection.
Register the remote server from your terminal.
codex mcp add chat4u --url https://mcp.chat4u.ai/mcpChoose your Chat4U organization in the browser window.
codex mcp login chat4uRun codex mcp list, or use /mcp inside Codex. Chat4U should show as connected.
Add this to ~/.codex/config.toml, then run codex mcp login chat4u.
[mcp_servers.chat4u]
url = "https://mcp.chat4u.ai/mcp"
auth = "oauth"
default_tools_approval_mode = "writes"Open Settings → Connectors and choose Add custom connector. Work plans may require an organization owner.
Name the connector Chat4U and use this URL.
https://mcp.chat4u.ai/mcpOpen Search and tools, select Chat4U, choose Connect, and complete OAuth.
Add the remote server, then use /mcp inside Claude Code to authenticate.
claude mcp add --transport http --scope user chat4u https://mcp.chat4u.ai/mcpUse ~/.cursor/mcp.json globally or .cursor/mcp.json inside one project.
{
"mcpServers": {
"chat4u": {
"url": "https://mcp.chat4u.ai/mcp"
}
}
}Enable Chat4U in Cursor's MCP settings and follow OAuth. Cursor Agent users can verify from the terminal.
cursor-agent mcp login chat4uAUTHORIZATION & APPROVALS
OAuth identifies you and binds the client to your selected organization. Chat4U applies workspace roles and tool policy to every call.
Open approvalsAllowed source, agent, project, and insight reads return directly.
A state-changing request becomes a pending action with exact inputs.
An authorized person reviews the action before execution.
The proposal, decision, actor, and outcome remain visible.
TROUBLESHOOTING
Check the endpoint, account, and workspace before changing client configuration.
Confirm the URL is exactly https://mcp.chat4u.ai/mcp, including /mcp. Your workspace also needs private-beta access.
Sign in with an account that belongs to the selected organization. Ask an administrator if your role lacks the requested capability.
Refresh the client after authentication and check its MCP status. Workspace and tool allowlists can intentionally hide unavailable tools.
Open the approval link returned by the tool or visit Chat4U approvals. If it expired or changed, ask the client to prepare it again.
PRIVATE BETA