kdrive-connector
v0.3.1Seamless path-first search, preview, and safe read/write access to Infomaniak kDrive.
By Max Pfennighaus0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install kdrive-connector for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add kdrive-connector@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mxpf/kdrive-connectorClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/manage-kdrive-files/SKILL.md└── .mcp.json
Included Skills1
Find, read, summarize, create, upload, rename, move, replace, trash, and restore files in Infomaniak kDrive. Use whenever the user mentions kDrive, provides a known kDrive path such as /Private/..., or asks to continue a kDrive file workflow, including natural requests to find a document, save finished work, organize folders, or update an existing file.
MCP servers1
- command
- node
- args
- --env-file=.env ./dist/server.js
- cwd
- .
Plugin manifests1
{
"name": "kdrive-connector",
"version": "0.3.1",
"description": "Seamless path-first search, preview, and safe read/write access to Infomaniak kDrive.",
"author": {
"name": "Max Pfennighaus"
},
"repository": "https://github.com/mxpf/kdrive-connector",
"keywords": [
"kdrive",
"infomaniak",
"files",
"storage",
"mcp"
],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "kDrive Connector",
"shortDescription": "Find, preview, open, save, and organize kDrive files.",
"longDescription": "Work naturally with Infomaniak kDrive from ChatGPT and Codex. Search files by ordinary words or paths, see useful previews and private Open in kDrive links, save finished work, and safely organize or update existing items with native approvals.",
"developerName": "Max Pfennighaus",
"category": "Productivity",
"capabilities": [
"Search",
"Preview",
"Read",
"Write"
],
"defaultPrompt": [
"Find my latest invoice in kDrive and preview it.",
"Summarize the document in /Private/Projects.",
"Save this finished document to my kDrive."
],
"brandColor": "#0098FF",
"composerIcon": "./assets/kdrive-connector-icon.png",
"logo": "./assets/kdrive-connector-logo.png"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[kdrive-connector on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kdrive-connector)