Agent guide

Claude Web Setup

Paste this into your agent

Start with this visible request when you want the agent to help. It keeps the action coming from you, while the linked setup reference stays plain and non-recursive.

Use this in the app you are connecting, then approve only the browser login, app setting, or restart steps that the app requires.

Please help me set up Core for Claude Web. Core is a home base for AI agents: it keeps memory, files, decisions, tasks, and work context synced across tools, harnesses, and models.

Use this official setup reference:
https://gradien.ai/core/docs/reference.txt

Source checked: 2026-06-19 Official source: https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp

Claude web custom connectors require human app settings steps. Claude connects to remote MCP servers from Anthropic cloud infrastructure, so the server must be public HTTPS and reachable from Anthropic, not merely reachable from the user's laptop.

Core hosted remote MCP URL: https://core.gradien.ai/mcp

Recommended setup path:

  1. Fetch the current Claude custom connector documentation before giving UI-specific instructions, because Claude settings labels move.
  2. Hand the user the hosted URL directly: https://core.gradien.ai/mcp. Hosted Claude setup is a settings-page connector flow, not a CLI install.
  3. If the user wants a guided CLI walkthrough only for Core signup/session help, use npx -y @gradien/core-agent-setup install --base-url https://core.gradien.ai --yes --harness claude-web, but still expect the final Claude settings step to be manual.
  4. Do not omit the harness flag for Claude web when using the CLI; on machines with Codex installed, the CLI may otherwise detect Codex and configure the wrong app.

Human handoff:

  1. Open Claude in your browser.
  2. Open Settings or Customize.
  3. Go to Connectors.
  4. Choose Add custom connector.
  5. Enter name: Core.
  6. Paste this remote MCP server URL: https://core.gradien.ai/mcp.
  7. Approve the Core login or permissions screen.

For Team or Enterprise plans, an Owner may need to add the custom connector under Organization settings first; members then connect it individually from Customize -> Connectors.

If Claude says Authorization with the MCP server failed, do not ask the user to retry blindly. Fetch troubleshooting and check the protected-resource metadata, authorization-server metadata, dynamic client registration or configured OAuth client, redirect URI allowlist, scopes, and token audience.

After the user returns, ask them to start a new Claude chat if needed and verify that Core tools are available.