Skip to main content
Glama
cbcoutinho

Nextcloud MCP Server

by cbcoutinho
success.html567 B
{% extends "base.html" %} {% block title %}{{ success_title|default('Success') }} - Nextcloud MCP Server{% endblock %} {% block extra_head %} {% if redirect_url and redirect_delay %} <meta http-equiv="refresh" content="{{ redirect_delay }};url={{ redirect_url }}"> {% endif %} {% endblock %} {% block content %} <div class="success"> <h1>{{ success_title|default('✓ Success') }}</h1> {% for message in success_messages %} <p>{{ message }}</p> {% endfor %} {% if redirect_url %} <p>Redirecting...</p> {% endif %} </div> {% endblock %}

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