CTERA Edge Filer

CTERA Edge Filer

AI-powered MCP interface to interact with CTERA Edge Filer APIs.

1
Stars
0
Forks
0
Releases

Overview

mcp-ctera-edge provides an AI-powered interface to interact with the CTERA Edge Filer via the Model Context Protocol (MCP). This integration exposes the file management APIs of the CTERA Edge Filer, enabling users to perform common file system operations through natural language or automation workflows, without writing direct API calls. The server connects through MCP runtime, offering flexible deployment options including standard input/output (stdio) and Server-Sent Events (SSE) configurations, and can operate over SSL or non-SSL connections. It supports a range of file operations such as listing directories, creating files or folders, copying, moving, and deleting items, and is designed to be easily extensible to accommodate additional CTERA Edge functions. Configuration examples show how to set host, user, password, and SSL mode, either via JSON for the stdio or SSE modes or via environment variables, and there is Docker deployment support for containerized usage. This setup emphasizes secure, automated file management tasks with natural language or scripted MCP commands, streamlining workflows across edge-oriented deployments.

Details

Owner
ctera
Language
Python
License
Apache License 2.0
Updated
2025-12-07

Features

Integration with CTERA Edge APIs for file and folder management

Provides access to CTERA Edge APIs to manage files and folders via MCP.

AI-driven command execution via MCP

Leverages MCP to execute commands through an AI-driven interface.

Support for SSL/non-SSL connections

Allows secure and non-secure connections depending on configuration.

Comprehensive file operations: list, create, copy, move, delete

Supports core file operations exposed via MCP.

Extensible architecture for additional CTERA Edge functions

Designed to be easily extended to support more CTERA Edge features.

Tags

CTERA EdgeMCPAI-poweredFile managementSSLEdge FilerstdioSSEDocker