Skip to main content
Glama
TheNovaNodes

Nextcloud Control Plane MCP Server

by TheNovaNodes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_occA

Executes arbitrary OCC command inside the Nextcloud container (nextcloud-app).

Args: command: The occ command string, e.g. "status --output=json" or "app:list"

get_statusA

Gets the Nextcloud system status via OCC status --output=json.

get_trusted_domainsA

Lists configured trusted domains in Nextcloud via OCC config:system:get trusted_domains.

add_trusted_domainA

Adds a new trusted domain to Nextcloud config. First checks current trusted domains to assign the next available index.

Args: domain: Domain name or IP address to add (e.g. 'cloud.example.com' or '192.168.1.100')

optimize_dbA

Runs database optimization commands on Nextcloud:

  • db:add-missing-indices

  • db:add-missing-columns

  • db:add-missing-primary-keys

  • db:convert-filecache-bigint

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheNovaNodes/nextcloud-mcp-control'

If you have feedback or need assistance with the MCP directory API, please join our Discord server