Skip to main content
Glama
cbcoutinho

Nextcloud MCP Server

by cbcoutinho
00-setup-trusted-domains.sh536 B
#!/bin/bash set -euox pipefail php /var/www/html/occ config:system:set trusted_domains 2 --value=host.docker.internal # Set overwrite settings for URL generation (needed for OIDC discovery to return correct URLs) # These ensure that URLs generated by Nextcloud include the correct host:port php /var/www/html/occ config:system:set overwritehost --value="localhost:8080" php /var/www/html/occ config:system:set overwriteprotocol --value="http" php /var/www/html/occ config:system:set overwrite.cli.url --value="http://localhost:8080"

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/cbcoutinho/nextcloud-mcp-server'

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