Try Weavz from the AI client you already use.
Add one Weavz connector URL, sign in or create an account inside the authorization flow, choose a workspace, and let the agent use approved app actions with scoped credentials, files, state, approvals, and audit.
You can start from the connector flow first; Weavz creates or signs in the account during authorization.
Connect ChatGPT, Claude, or a coding agent to a Weavz workspace. The workspace decides which apps, credentials, files, state, browser tools, and approvals the agent can use.
Start from the client in front of you.
Claude
Open the prefilled connector setup, confirm Weavz Agent Workspace, and complete the Weavz authorization flow. You can create the account and workspace during setup.
Try in ClaudeChatGPT
ChatGPT does not currently provide a reliable prefilled custom connector link. Use the fields below when creating a connector in ChatGPT settings.
Coding agents
Add the same hosted MCP URL from Codex, Claude Code, Cursor, Cline, OpenCode, VS Code, Gemini CLI, or any HTTP MCP client.
View commandsThe connector is just the door. The workspace carries the control.
Choose the workspace
Weavz scopes the connector token to one workspace and one end user.
Connect apps as yourself
Gmail, Slack, GitHub, Sheets, CRM, files, state, browser, and other aliases stay tied to the right user.
Review risky actions
Human Gates can pause external sends, shared writes, exports, spend, and customer-facing changes.
Use the same remote MCP resource from code-first clients.
For clients that accept HTTP MCP servers, add the stable Weavz connector URL and complete the Weavz login. Builders can also create workspace-specific servers and per-user tokens from the API, SDKs, or CLI when they need a custom harness.
claude mcp add --transport http weavz https://platform.weavz.io/mcp/weavzcodex mcp add weavz --url https://platform.weavz.io/mcp/weavz
codex mcp login weavz{
"mcpServers": {
"weavz": {
"type": "http",
"url": "https://platform.weavz.io/mcp/weavz"
}
}
}gemini mcp add --transport http weavz https://platform.weavz.io/mcp/weavz{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"weavz": {
"type": "remote",
"url": "https://platform.weavz.io/mcp/weavz",
"enabled": true
}
}
}{
"servers": {
"weavz": {
"type": "http",
"url": "https://platform.weavz.io/mcp/weavz"
}
}
}