Skip to main content
Glama

WebDAV MCP Server

by LaubPlusCo
FROM node:18-alpine WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies RUN npm ci # Copy source files COPY tsconfig.json ./ COPY src ./src # Build the application RUN npm run build # Expose the default port EXPOSE 3000 # Set environment variables ENV NODE_ENV=production # Run with HTTP transport by default CMD ["node", "dist/index.js", "--http"]

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/LaubPlusCo/mcp-webdav-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server