Findling 1.2.0 and MCP Connector 0.2.1 released

I have no support/technical question and have seen the support category. (Be aware that direct support questions will be deleted.)

on

Which general topic do you have

Hi everyone,

Findling 1.2.0 and MCP Connector 0.2.1 landed in the app store this weekend.

Findling (full text search with OCR and semantic search, zero config, no Elasticsearch): the results page got a filter and sort row (file type, date range, sort by date or relevance), the embedding model now unloads itself when idle, which brings resident memory down a lot on small boxes, and OCR now ships nine languages instead of three (Spanish, Italian, Dutch, Portuguese, Danish and Estonian joined German, English and French; the default stays de+en+fr). The upgrade from 1.1.0 keeps the existing index, that is proven end to end in CI.

MCP Connector (connect AI assistants to Nextcloud via MCP): standalone OAuth, so it now works directly with ChatGPT and other MCP clients without a separate identity provider, plus an LDAP login fix.

Together they make a decent self-hosted RAG setup: the assistant searches the documents through Findling with exactly the rights of the asking user, and nothing leaves the server.

Store: Findling (plus Findling Backend under External Apps) and MCP Connector
Code: nextcloud-search and nextcloud-mcp-connector

Feedback welcome, especially from people running it on small ARM boxes.