AIAny
Icon for item

LibreChat

Self-hosted, MIT-licensed interface that puts OpenAI, Anthropic, Google, Azure, AWS, and local models behind one chat UI. Adds agents, a code interpreter, MCP tool connections, persistent memory, web search, artifacts, and multi-user SSO auth on top.

Introduction

Most teams that try to escape per-seat ChatGPT subscriptions end up running three or four disconnected clients, one per provider. LibreChat collapses that into a single self-hosted deployment where switching from GPT-5 to Claude to a local Ollama model is a dropdown, not a context switch. The interesting consequence is data ownership: every conversation, file, and agent lives on infrastructure you control, which is why it now anchors ClickHouse's open-source agentic data stack.

What Sets It Apart
  • Provider-agnostic by design — one interface and one auth layer in front of OpenAI, Anthropic, Azure, AWS, Google Vertex, Groq, Mistral, OpenRouter, and local models, so adding a provider never means a new tool.
  • It is a full application, not a wrapper: enterprise SSO (OAuth, SAML, LDAP, 2FA), multi-user accounts, and message/file/code search make it deployable for a whole org, not just a tinkerer.
  • Agents and a zero-setup code interpreter run inside the chat, with MCP letting you wire in external tools and persistent memory carrying context across sessions — capabilities most chat clients still lack.
Who It's For

Great fit if you want to give a team unified, auditable access to many LLMs on your own servers, with real auth and data control instead of scattered SaaS subscriptions. Look elsewhere if you just want a single hosted assistant with no setup — self-hosting means you own the Docker stack, the database, and the API keys, which is overhead a casual single user rarely needs.

Information

  • Websitewww.librechat.ai
  • OrganizationsClickHouse
  • AuthorsDanny Avila
  • Published date2023/02/20

More Items

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub
AI Client2025

Enhances web AI chat interfaces (Gemini, AI Studio, Claude, ChatGPT) with folder-based conversation organization, timeline navigation, prompt vault, cloud sync, chat export, UI fixes and a plugin engine. Runs as a browser extension and includes cross-site prompt management and Mermaid rendering.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.