- SFTP MCP Server by CData
SFTP MCP Server by CData
What is SFTP MCP Server by CData?
The SFTP MCP Server by CData is a read-only Model Context Protocol (MCP) server designed to allow large language models (LLMs) to query live data from SFTP servers using natural language, without the need for SQL.
How to use SFTP MCP Server?
To use the SFTP MCP Server, clone the repository, build the server, install the CData JDBC Driver for SFTP, configure your connection, and create a configuration file for your AI client (e.g., Claude Desktop).
Key features of SFTP MCP Server?
- Provides a read-only interface to SFTP data.
- Allows LLMs to query data using natural language.
- Simplifies data access without requiring SQL knowledge.
Use cases of SFTP MCP Server?
- Querying live data from SFTP servers for reporting.
- Integrating with AI clients to enhance data accessibility.
- Facilitating data analysis through natural language queries.
FAQ from SFTP MCP Server?
- Can I write data using this server?
No, this server is read-only. For write capabilities, consider the full CData MCP Server for SFTP.
- Is there a trial version available?
Yes, you can download a trial version of the CData MCP Server for SFTP from the CData website.
- What kind of data sources can I connect to?
The server supports various data sources, including Salesforce, and many others as listed in the documentation.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\sftp.prp"
]
}
}
}