Connect Claude Code
Optional IDE path — OAuth setup with click-path instructions. Share links still work for everyone else.
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).
- Add the MCP serverRun
claude mcp add --scope project chamelain --url <MCP_URL>or paste into project.mcp.json. - Paste OAuth configurationAlternatively, merge the JSON block below into
.mcp.jsonat the project root. - Restart Claude CodeExit and restart the Claude Code session in your terminal.
- Sign in on first connectComplete 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 Code → Access key (fallback) tab.