Skip to main content
Glama
rhayalcantara

mcp-ftp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FTP_HOSTYesThe FTP server hostname or IP address.
FTP_PORTNoThe FTP server port (default: 21).21
FTP_USERYesThe FTP username.
FTP_SECURENoWhether to use FTPS (true/false, default: false).false
FTP_PASSWORDYesThe FTP password.

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ftp_connectA

Connect to an FTP server. If not called, will attempt to use FTP_HOST, FTP_USER, FTP_PASSWORD environment variables.

ftp_disconnectA

Disconnect from the FTP server

ftp_pwdA

Get current working directory on FTP server

ftp_cdB

Change current directory on FTP server

ftp_listB

List files and directories in a path on FTP server

ftp_downloadC

Download a file from FTP server to local filesystem

ftp_uploadB

Upload a file from local filesystem to FTP server

ftp_readA

Read the content of a remote file (text files only)

ftp_writeC

Write content to a remote file

ftp_deleteB

Delete a file on FTP server

ftp_mkdirA

Create a directory on FTP server (creates parent directories if needed)

ftp_rmdirB

Remove a directory on FTP server

ftp_renameA

Rename or move a file/directory on FTP server

ftp_sizeB

Get the size of a file on FTP server

ftp_statusA

Get current FTP connection status

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/rhayalcantara/mcp-ftp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server