ftp-deploy-mcp
Server 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 |
|---|---|
| ftp_list_serversA | List all configured FTP/FTPS/SFTP servers (name, protocol, host, port, root, read-only, auth kind) and which is default. Never reveals passwords or keys. |
| ftp_testA | Connect to a server, list its root directory, and report success. |
| ftp_listB | List the contents of a remote directory (relative to the server root). Directories are listed first. |
| ftp_read | Read a remote text file and return its content. Binary files are refused (use ftp_download instead). |
| ftp_uploadA | Upload one local file to the server, auto-creating parent directories. Remote path defaults to the file basename at the root. |
| ftp_deployA | Recursively upload a local directory to the server over a single connection, applying default and custom exclude globs (and optional include globs). Supports dry_run. |
| ftp_downloadA | Download a remote file to a local path, auto-creating local parent directories. Refuses to overwrite unless overwrite:true. |
| ftp_mkdirB | Recursively create a remote directory (relative to the server root). |
| ftp_rename | Rename or move a remote file or directory (both paths relative to the server root). |
| ftp_deleteA | Delete a remote file, or a directory when recursive:true. Never deletes the server root. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/alebgl77/ftp-deploy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server