ftpmcp
🗃️ftpmcp🗃️
FTP 및 FTPS 파일 작업을 위한 집중된 Model Context Protocol 서버입니다. 의도적으로 SFTP를 구현하지 않습니다. SSH 기반 전송은 여기서 자격 증명과 전송 로직을 중복하지 않고 SSH MCP에 속합니다.
기능
일반 FTP, 명시적 FTPS 및 암시적 FTPS
하나의 MCP 프로세스에서 원하는 수의 명명된 FTP 호스트
원격 작업은 각 호스트의
root로 제한됨로컬 업로드 및 다운로드는 각 호스트의
local_root로 제한되며 심볼릭 링크 검사를 포함합니다읽기 전용 모드 및 별도로 보호되는 삭제
구조화된 MCP 결과 및 오류
도구 응답에 자격 증명 값 없음
Related MCP server: filesystem-ops
설치
npm install -g @vielhuber/ftpmcp구성
{
"hosts": [
{
"host": "website",
"hostname": "ftp.example.com",
"protocol": "ftps",
"port": 21,
"username": "user",
"password": "your_password",
"root": "/public_html",
"local_root": "/host/data",
"read_only": false,
"allow_delete": false,
"tls_reject_unauthorized": true,
"timeout": 30000
}
]
}파일을 서버에 전달하세요:
export FTP_CONFIG_FILE=/path/to/ftp-hosts.jsonprotocol은 ftp, ftps 및 ftps-implicit을 허용합니다. 서버가 지원하는 경우 항상 FTPS를 선호하세요. 일반 FTP는 전송 암호화 없이 자격 증명과 콘텐츠를 보냅니다.
root는 해당 호스트의 모든 도구 경로에 대한 보이는 원격 루트입니다. FTP 계정 자체를 이에 상응하는 서버 측 chroot로 구성하세요. FTP는 단지 클라이언트 측 경계만으로는 서버가 제공하는 심볼릭 링크가 경계 밖을 가리키는 것을 안정적으로 막을 수 없습니다.
local_root는 로컬 업로드 및 다운로드를 제한합니다. 해당 디렉터리 아래의 상대 경로와 절대 경로가 모두 허용됩니다.
read_only: true는 업로드, 디렉터리 생성, 이름 변경 및 삭제를 차단합니다. 삭제에는 추가로 allow_delete: true가 필요합니다.
list_hosts를 제외한 모든 작업에는 선택한 host 별칭이 필요합니다.
MCP 클라이언트
{
"mcpServers": {
"ftp": {
"command": "ftpmcp",
"env": {
"FTP_CONFIG_FILE": "/path/to/ftp-hosts.json"
}
}
}
}도구
Tool | Purpose |
| 자격 증명 없이 구성된 모든 호스트 나열 |
| 구성된 연결 및 로그인 확인 |
| 하나의 원격 디렉터리 나열 |
| 선택한 호스트의 |
| 기본적으로 덮어쓰지 않고 로컬 파일 업로드 |
| 원격 디렉터리 생성 |
| 원격 파일 또는 디렉터리 이름 변경 또는 이동 |
| 삭제가 활성화된 경우 파일 하나 삭제 |
| 삭제가 활성화된 경우 빈 디렉터리 또는 명시적으로 재귀적인 디렉터리 삭제 |
개발
npm install
npm test
npm run format:check라이선스
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA comprehensive MCP server that enables AI models to perform local file operations, command execution, and task management across multiple platforms. It features advanced capabilities like row-level file editing, directory searching, and system monitoring with built-in security filters.1315Mulan Permissive Software , Version 2
- AlicenseNot gradedqualityCmaintenanceMCP server for performing filesystem operations, enabling file management and manipulation through natural language.MIT
- AlicenseCqualityCmaintenanceA file management MCP server enabling complete file and directory operations, including advanced editing, templates, and batch processing through natural language.19143ISC
- AlicenseAqualityAmaintenanceAn MCP server that enables AI coding agents to deploy files to FTP/FTPS/SFTP servers, with path jail, read-only mode, and dry-run capabilities.10MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Cloud-hosted MCP server for durable AI memory
A MCP server built for developers enabling Git based project management with project and personal…
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/vielhuber/ftpmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server