Skip to content

Commit 864379b

Browse files
authored
Merge pull request #15241 from nextcloud/fix/ai-context-agent-mcp-reqs
docs(context_agent): Fix MCP server requirements
2 parents 31bfa94 + 79a6d9c commit 864379b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

admin_manual/ai/app_context_agent.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The *context_agent* app is the app that provides AI agent functionality in Nextc
99
When the Context Agent app is installed the AI Chat in Nextcloud Assistant will be able to interact with your Nextcloud apps via virtual integrations that are called "tools". They allow the Assistant to perform actions in your Nextcloud upon sending instructions in a chat message.
1010
Tool groups are only available if their requirements are met. They can be en- and disabled in the AI admin settings.
1111

12+
Additionally, the app makes all tools available via an MCP server that you can connect third-party agents to (see below).
13+
1214
Currently implemented tools
1315
---------------------------
1416

@@ -511,10 +513,11 @@ Requirements
511513
Installation
512514
------------
513515

516+
514517
0. Make sure the :ref:`Nextcloud Assistant app<ai-app-assistant>` is installed
515518
1. :ref:`Install AppAPI and setup a Deploy Demon<ai-app_api>`
516519
2. Install the "Context Agent" ExApp via the "Apps" page in the Nextcloud web admin user interface
517-
3. Install a text generation backend like :ref:`llm2 <ai-app-llm2>` or :ref:`integration_openai <ai-ai_as_a_service>` via the "Apps" page in Nextcloud
520+
3. If you want to use the agent in the Nextcloud UI, install a text generation backend like :ref:`llm2 <ai-app-llm2>` or :ref:`integration_openai <ai-ai_as_a_service>` via the "Apps" page in Nextcloud; if you only want to use the MCP server you don't need these.
518521

519522

520523
Model requirements
@@ -526,7 +529,6 @@ Other models that may give good results are:
526529
* Google Gemma 3 12B or higher
527530
* Mistral 3 small 24B
528531
* Qwen 2.5 8B or higher (May not work well with languages other than English)
529-
* Watt Tool 8B or higher
530532

531533
See :ref:`llm2 documentation <ai-app-llm2>` on how to configure alternate models.
532534

0 commit comments

Comments
 (0)