Skip to main content
Glama
cbcoutinho

Nextcloud MCP Server

by cbcoutinho
nginx.conf482 B
events { worker_connections 1024; } http { include /etc/nginx/mime.types; default_type text/html; server { listen 80; server_name _; location / { root /usr/share/nginx/html; try_files $uri $uri.html =404; } # Serve test_recipe.html at /black-pepper-tofu location = /black-pepper-tofu { root /usr/share/nginx/html; try_files /test_recipe.html =404; } } }

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