MCP Server for CTERA Edge provides an AI-powered interface to interact with CTERA Edge Filer using Model Context Protocol, enabling file management operations through natural language and automation workflows.
Integration with CTERA Edge APIs for file and folder management via Standard I/O MCP configuration.
Integration with CTERA Edge APIs for file and folder management via Server-Sent Events (SSE) MCP configuration.
{
"mcpServers": {
"ctera-edge-mcp-stdio": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-ctera-edge/src",
"run",
"stdio.py"
],
"env": {
"ctera.mcp.edge.settings.host": "",
"ctera.mcp.edge.settings.user": "admin",
"ctera.mcp.edge.settings.password": "your-password",
"ctera.mcp.edge.settings.ssl": "true"
}
}
}
}