Skip to main content
Glama

Nextcloud MCP Server

by cbcoutinho
smithery.yaml1.14 kB
# Smithery configuration for Nextcloud MCP Server # See: https://smithery.ai/docs/build/configuration # ADR-016: Stateless deployment mode for multi-user public Nextcloud instances runtime: "container" build: dockerfile: "Dockerfile.smithery" dockerBuildPath: "." startCommand: type: "http" configSchema: type: "object" required: - "nextcloud_url" - "username" - "app_password" properties: nextcloud_url: type: "string" title: "Nextcloud URL" description: "Your Nextcloud instance URL (e.g., https://cloud.example.com). Must be publicly accessible." pattern: "^https?://.+" username: type: "string" title: "Username" description: "Your Nextcloud username" minLength: 1 app_password: type: "string" title: "App Password" description: "Nextcloud app password. Generate at Settings > Security > App passwords. Do NOT use your main password." minLength: 1 exampleConfig: nextcloud_url: "https://cloud.example.com" username: "alice" app_password: "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

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