Seafile MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEAFILE_REPO_ID | No | Library UUID for library-specific authentication | |
| SEAFILE_TIMEOUT | No | Request timeout in seconds (default: 30) | 30 |
| SEAFILE_PASSWORD | No | Your password for account-based authentication | |
| SEAFILE_USERNAME | No | Your email for account-based authentication | |
| SEAFILE_REPO_TOKEN | No | API token from library settings for library-specific authentication | |
| SEAFILE_SERVER_URL | Yes | Your Seafile server URL | |
| SEAFILE_MAX_READ_SIZE | No | Max file size to read (default: 1MB) | 1MB |
| SEAFILE_MAX_WRITE_SIZE | No | Max upload size (default: 10MB) | 10MB |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| seafile_list_libraries | List all accessible Seafile libraries. |
| seafile_get_library_info | Get information about a specific library. |
| seafile_list_directory | List files and folders in a directory. |
| seafile_create_directory | Create a new directory in a Seafile library. |
| seafile_read_file | Read a file from Seafile. |
| seafile_get_file_info | Get metadata about a file. |
| seafile_get_download_link | Get a temporary download URL for a file. |
| seafile_write_file | Create or update a text file in Seafile. |
| seafile_upload_file | Upload a binary file to Seafile. |
| seafile_delete | Delete a file or directory from Seafile. |
| seafile_move | Move a file or directory within a Seafile library. |
| seafile_copy | Copy a file or directory within a Seafile library. |
| seafile_rename | Rename a file or directory in Seafile. |
| seafile_search | Search for files by name across Seafile libraries. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/5p00kyy/seafile-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server