Documentation
Guides for chamelAIn

Self-hosted app setup

General MCP connect patterns.

Self-hosted chat UIs (for example LibreChat) typically expose an admin or settings screen to add remote MCP servers.

Steps

  1. Open your instance's MCP or Agents admin section.
  2. Add a new remote MCP server.
  3. Paste the OAuth URL from the chamelAIn dashboard connect modal, or use a Bearer token for PAT fallback.
  4. Save and reconnect agents or chat sessions that should use chamelAIn tools.

OAuth vs PAT

  • OAuth: URL only — your instance must support remote MCP OAuth discovery.
  • PAT: Include `Authorization: Bearer <key>` if OAuth is not supported.

Revoke unused keys under chamelAIn Settings → Security.