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
admin.php•368 B
<?php
/**
* Admin settings template for Astrolabe.
*
* Mounts the Vue.js admin settings component for async loading
* and improved UX.
*/
script('astrolabe', 'astrolabe-adminSettings');
style('astrolabe', 'astrolabe-main'); // All CSS bundled into main
?>
<div id="astrolabe-admin-settings" class="section">
<!-- Vue component will be mounted here -->
</div>