Documentation
Guides for chamelAIn

Connect Neovim (mcphub.nvim)

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 Neovim (mcphub.nvim) when you want the same roles in your IDE.

Setup steps

Connect chamelAIn to Neovim (mcphub.nvim) with OAuth (recommended).

  1. Open MCP settings
    Neovim → run :MCPHub or edit your mcphub.nvim server config
  2. Add or edit the chamelAIn server
    Add a new MCP server or open mcphub.nvim servers config in your editor.
  3. Paste the OAuth configuration
    Copy the configuration below. Use the URL-only block — do not add an Authorization header for OAuth.
  4. Restart Neovim
    Restart Neovim so it loads the updated MCP server list.
  5. Sign in on first connect
    When your client connects, complete browser sign-in and approve access on the chamelAIn OAuth consent screen. You sign in once; the client refreshes tokens automatically.

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 Neovim (mcphub.nvim)Access key (fallback) tab.