Documentation
Guides for chamelAIn

Connect Claude Code

Optional IDE path — OAuth setup with click-path instructions. Share links still work for everyone else.

Connect MCP · All clients

MCP is optional. Share links open a role in your ChatGPT, Claude, or Gemini—no install. Teammates get roles via org invite and the org marketplace. Connect Claude Code when you want the same roles in your IDE.

Setup steps

Connect chamelAIn to Claude Code with OAuth (recommended).

  1. Add the MCP server
    Run claude mcp add --scope project chamelain --url <MCP_URL> or paste into project .mcp.json.
  2. Paste OAuth configuration
    Alternatively, merge the JSON block below into .mcp.json at the project root.
  3. Restart Claude Code
    Exit and restart the Claude Code session in your terminal.
  4. Sign in on first connect
    Complete browser OAuth when Claude Code first invokes chamelAIn tools.

Configuration

{
  "mcpServers": {
    "chamelain": {
      "url": "https://mcp.chamelain.com/mcp"
    }
  }
}

Use the URL-only configuration. Do not add Authorization headers when using OAuth.

After connecting, ask your client to list chamelAIn personas, or type `#<tag>` (for example `#clarity-architect`) to load a persona.

For a fallback access key, open your dashboard → MCP CONNECT → choose Claude CodeAccess key (fallback) tab.