27 lines
619 B
Markdown
27 lines
619 B
Markdown
|
|
# kdrive-mcp
|
||
|
|
|
||
|
|
MCP server for Infomaniak kDrive.
|
||
|
|
|
||
|
|
Source: [`@infomaniak/mcp-server-kdrive`](https://npm.im/@infomaniak/mcp-server-kdrive)
|
||
|
|
|
||
|
|
## Environment Variables
|
||
|
|
|
||
|
|
| Variable | Required | Description |
|
||
|
|
|----------|----------|-------------|
|
||
|
|
| `KDRIVE_TOKEN` | Yes | kDrive API token from Infomaniak Manager |
|
||
|
|
| `KDRIVE_ID` | Yes | kDrive numeric ID |
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```bash
|
||
|
|
docker run -d \
|
||
|
|
--name kdrive-mcp \
|
||
|
|
-p 8108:8108 \
|
||
|
|
-e KDRIVE_TOKEN=your_token \
|
||
|
|
-e KDRIVE_ID=1911443 \
|
||
|
|
forgejo.corentic.eu/corentic/mcp-fleet-kdrive:latest
|
||
|
|
```
|
||
|
|
|
||
|
|
## Tools
|
||
|
|
|
||
|
|
List drives, list files/folders, read files, search, upload/download.
|