Releases: kiteworks/mcp
Release list
0.9.4
The 0.9.4 release adds enhancements to the .mcpb deployment package
- --insecure-absolute-paths was always-on in the .mcpb args. Make it user-configurable via a new "Allow Absolute File Paths" setting (allow_absolute_paths), matching the enable_destructive_tools pattern. Kept default on so file transfers keep working out of the box (Claude refers to files by full path); users can disable to restrict operations to the working directory. Documented in the bundle README.
- Apache-2.0 LICENSE was declared in the manifest but not shipped. Add LICENSE to the .mcpb bundle
This release is compatible with Kiteworks 9.3.1 and later.
Docker container: ghcr.io/kiteworks/kiteworks-mcp:0.9.4
0.9.3
The 0.9.3 release introduces the following enhancements:
- Search results for Files and Folders now include a clickable link to the file or folder in the Kiteworks web UI
- Minor enhancements to the Claude Desktop installation package (.mcpb)
This release is compatible with Kiteworks 9.3.1 and later.
Docker container: ghcr.io/kiteworks/kiteworks-mcp:0.9.3
0.9.2
The 0.9.2 release introduces the following new features:
- Remote HTTP mode with OAuth 2.1 authentication, TLS 1.3 and post-quantum resistant key exchange
- Ability to generate Kiteworks Secure Data Forms from templates with preview links
- Search, Move, Rename, Delete of Files and Folders
- Search files by content
- Ability to create and read content of text files in Kiteworks
- Ability to disable destructive tools via configuration
- Hardened Docker container
- Claude Desktop .mcpb installation package
- FIPS 140-3 compliant mode
This release is compatible with Kiteworks 9.3.1 and later.
Docker container: ghcr.io/kiteworks/kiteworks-mcp:0.9.2
Kiteworks MCP Server v0.8.1
The Kiteworks MCP Server enables Large Language Model (LLM) applications to securely interact with your Kiteworks instance through the Model Context Protocol (MCP). This cross-platform server provides AI assistants with the ability to manage files, folders, and user information within your Kiteworks environment while maintaining enterprise-grade security.
Key Capabilities:
- File Management: Upload, download, and retrieve metadata for files stored in Kiteworks
- Folder Operations: Navigate folder hierarchies, create new folders, and manage folder structures
- User Information: Access current user details and authentication status
- OAuth 2.0 Authentication: Secure authorization with refresh token support
- Rate Limiting: Built-in protection with configurable request limits
- Cross-Platform Support: Native binaries for Windows, Linux, and macOS
Built as a local STDIO-based server, it runs per user on their machine, connecting LLM clients to Kiteworks through secure OAuth 2.0 authentication.