MCP Server for FTP Access
by alxspiker
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FTP_HOST | No | FTP server hostname or IP address | localhost |
| FTP_PORT | No | FTP server port | 21 |
| FTP_USER | No | FTP username (supports encryption) | anonymous |
| FTP_SECURE | No | Use secure FTP (FTPS), ignored when FTP_PROTOCOL=sftp | false |
| FTP_PASSWORD | No | FTP password (supports encryption) | |
| FTP_PROTOCOL | No | Protocol to use: ftp or sftp | ftp |
| FTP_PASSPHRASE | No | Passphrase for the SSH private key (supports encryption) | |
| FTP_ENCRYPTION_KEY | No | 64-character hex AES-256 key for decrypting credentials | (disabled) |
| FTP_PRIVATE_KEY_PATH | No | Path to SSH private key for SFTP | (auto-detect) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-directoryC | List contents of an FTP directory |
| download-fileC | Download a file from the FTP server |
| upload-fileC | Upload a file to the FTP server |
| create-directoryC | Create a new directory on the FTP server |
| delete-fileC | Delete a file from the FTP server |
| delete-directoryC | Delete a directory from the FTP server |
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/alxspiker/mcp-server-ftp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server