Silicon Transfer MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| silicon_server_infoA | Name, Version und Philosophie dieses MCP-Servers. Lebenszeichen-Check. |
| silicon_connectA | Verbindet zu einem FTP-, FTPS- oder SFTP-Server. SFTP unterstuetzt Passwort oder SSH-Key (privateKeyPath). |
| silicon_disconnectB | Trennt die aktive Verbindung sauber. |
| silicon_statusA | Zeigt, ob und wohin aktuell eine Verbindung besteht. |
| silicon_list_dirA | Listet ein Remote-Verzeichnis mit Typ, Groesse und Aenderungsdatum. |
| silicon_upload_fileA | Laedt eine lokale Datei hoch und liefert das Transfer-Urteil mit: PROVEN nur, wenn der SHA-256 der Remote-Datei nach dem Upload dem lokalen entspricht. |
| silicon_download_fileA | Laedt eine Remote-Datei herunter und liefert das Transfer-Urteil mit: PROVEN nur bei identischem SHA-256 zwischen Remote-Quelle und lokaler Kopie. |
| silicon_delete_fileA | Loescht eine Datei auf dem Server. Endgueltig - vorher mit silicon_list_dir pruefen. |
| silicon_make_dirA | Legt ein Verzeichnis auf dem Server an (rekursiv moeglich). |
| silicon_file_infoA | Groesse und SHA-256 einer Remote-Datei - der Fingerabdruck ohne Download auf Platte. |
| silicon_renameB | Benennt eine Remote-Datei oder ein Verzeichnis um bzw. verschiebt es. |
| silicon_upload_dirA | Laedt ein lokales Verzeichnis rekursiv hoch. Danach wird jede Datei einzeln verglichen: proof=hash prueft SHA-256 pro Datei (gruendlich, langsamer), proof=size vergleicht Groessen (schnell), none ueberspringt. |
| silicon_download_dirB | Laedt ein Remote-Verzeichnis rekursiv herunter. Danach wird jede lokale Datei gegen die Remote-Quelle verglichen (hash/size/none, Standard size). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Each tool has a distinct purpose: connection management, file/directory operations, uploads/downloads, and server info. No overlapping functions.
All tools follow the 'silver_verb_noun' pattern with snake_case, providing a clear and predictable naming convention.
13 tools is within the ideal range, covering core file transfer operations without being excessive or insufficient.
Covers essential operations for file transfer (connect, disconnect, list, upload, download), but lacks a dedicated directory deletion tool.