coolftp for LangChain
io.github.anivdel/coolftp
Deploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.
client:LangChain
transport:stdio
runtime:npm
Install coolftp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"coolftp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "coolftp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs