Skip to main content
Glama
cbcoutinho

Nextcloud MCP Server

by cbcoutinho
composer.json1.29 kB
{ "name": "nextcloud/astrolabe", "description": "This app provides a management UI for the Nextcloud MCP Server", "license": "AGPL-3.0-or-later", "authors": [ { "name": "Chris Coutinho", "email": "chris@coutinho.io", "homepage": "https://github.com/cbcoutinho" } ], "autoload": { "psr-4": { "OCA\\Astrolabe\\": "lib/" } }, "scripts": { "post-install-cmd": [ "@composer bin all install --ansi" ], "post-update-cmd": [ "@composer bin all install --ansi" ], "lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l", "cs:check": "php-cs-fixer fix --dry-run --diff", "cs:fix": "php-cs-fixer fix", "psalm": "psalm --threads=1 --no-cache", "test:unit": "phpunit tests -c tests/phpunit.xml --colors=always --fail-on-warning --fail-on-risky", "openapi": "generate-spec", "rector": "rector && composer cs:fix" }, "require": { "bamarni/composer-bin-plugin": "^1.8", "php": "^8.1" }, "require-dev": { "nextcloud/ocp": "dev-stable30", "roave/security-advisories": "dev-latest" }, "config": { "allow-plugins": { "bamarni/composer-bin-plugin": true }, "optimize-autoloader": true, "sort-packages": true, "platform": { "php": "8.1" } } }

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