Skip to main content
Glama
cbcoutinho

Nextcloud MCP Server

by cbcoutinho
.php-cs-fixer.dist.php315 B
<?php declare(strict_types=1); require_once './vendor-bin/cs-fixer/vendor/autoload.php'; use Nextcloud\CodingStandard\Config; $config = new Config(); $config ->getFinder() ->notPath('build') ->notPath('l10n') ->notPath('node_modules') ->notPath('src') ->notPath('vendor') ->in(__DIR__); return $config;

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