Skip to main content
Glama
abdullahMASHUK

nextcloud-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEXTCLOUD_URLYesThe URL of your NextCloud server (e.g., https://your-nextcloud-server.com)
NEXTCLOUD_PASSWORDYesYour NextCloud app password (use app password for security)
NEXTCLOUD_USERNAMEYesYour NextCloud username

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
test-connectionA

Test connection to NextCloud server

list-filesC

List files and directories in NextCloud

create-directoryB

Create a new directory in NextCloud

delete-fileC

Delete a file or directory from NextCloud

upload-fileC

Upload a file to NextCloud

download-fileB

Download a file from NextCloud

create-shareB

Create a share link for a file or directory

list-sharesC

List existing shares

delete-shareB

Delete an existing share

move-fileB

Move or rename a file or directory in NextCloud

copy-fileB

Copy a file or directory in NextCloud

search-filesB

Search for files and directories by name or content

get-file-versionsB

Get version history of a file

restore-file-versionB

Restore a specific version of a file

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 14 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: file operations are separate from sharing, versioning, and connection testing. No two tools overlap in function.

Naming Consistency5/5

All tool names follow a consistent verb-noun pattern with hyphens (e.g., copy-file, create-share). No mixing of conventions.

Tool Count5/5

14 tools is well-scoped for a NextCloud file management server, covering essential operations without being overwhelming.

Completeness4/5

The tool surface covers core CRUD for files, versioning, and sharing. Minor gap: no update-share tool, but sharing is typically create/delete only.

Maintenance

ActivityInactive
ResponsivenessNo issues