Enables CRUD operations on a WebDAV endpoint through the Model Context Protocol with basic authentication.
WebDAV enables interactions with WebDAV file systems using natural language commands through a Model Context Protocol (MCP) server. It supports various operations such as creating, reading, updating, and deleting files and directories, and can be integrated with tools like Claude Desktop. Offering both stdio and HTTP/SSE transport options, it provides secure access with optional basic authentication and bcrypt-encrypted passwords for MCP server authentication. The server leverages connection pooling for enhanced performance and utilizes Zod for configuration validation, with structured logging to simplify troubleshooting.