Switch from apt-get install nodejs npm to NodeSource setup_22.x to avoid pulling 245MB of unnecessary build dependencies on python:3.12-slim (Debian Trixie). |
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| README.md | ||
nextcloud-mcp
MCP server for Nextcloud (files, shares, users, apps).
Source: nc-mcp-server
Environment Variables
| Variable | Required | Description |
|---|---|---|
NEXTCLOUD_URL |
Yes | Nextcloud instance URL (e.g. https://cloud.corentic.eu) |
NEXTCLOUD_USER |
Yes | Nextcloud admin username |
NEXTCLOUD_PASSWORD |
Yes | Nextcloud admin password |
Usage
docker run -d \
--name nextcloud-mcp \
-p 8107:8107 \
-e NEXTCLOUD_URL=https://cloud.corentic.eu \
-e NEXTCLOUD_USER=admin \
-e NEXTCLOUD_PASSWORD=your_password \
forgejo.corentic.eu/corentic/mcp-fleet-nextcloud:latest
Tools
Files & folders (list, read, write, search), shares management, users & groups, apps (enable/disable), system info (version, storage, usage).