Skip to content

Conversation

kw-bivanov
Copy link

@kw-bivanov kw-bivanov commented Oct 16, 2025

Description

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

Server Details

  • Server: official Kiteworks MCP Server
  • Changes to: Initial public release

Motivation and Context

Initial public release

How Has This Been Tested?

Tested with multiple MCP clients on Windows, Linux, macOS. Claude Code, Claude Desktop, VS Code, MCP Inspector, Roo Code MCP

Breaking Changes

Initial public release, no breaking changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

Built as a local STDIO-based server, connecting LLM clients to Kiteworks through secure OAuth 2.0 authentication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant