What it unlocks
- Project-scoped configuration you can commit alongside the deployment
- One resident runtime serving several chat sessions
- Local corpus, local index, no external vector store
Self-hosted chat, self-hosted knowledge
LibreChat already keeps your conversations on infrastructure you control. GNO does the same for the documents behind them. Install at project scope and LibreChat gains local retrieval over your corpus without shipping it to a hosted vector database.
Install
gno mcp install --target librechat --scope projectgno mcp statusgno daemon --detachA written config file is not a working integration. GNO distinguishes the two, and so should you.
gno mcp status to confirm GNO is registered for the target.gno serve and run the explicit read-only retrieval check. It proves the configured client can actually retrieve, not just that a config file exists.Keep reading