LogoSTMCP
Download
mcp-ctera-edge

MCP Server for CTERA Edge

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.

Tools

1. ctera-edge-mcp-stdio

Integration with CTERA Edge APIs for file and folder management via Standard I/O MCP configuration.

2. ctera-edge-mcp-sse

Integration with CTERA Edge APIs for file and folder management via Server-Sent Events (SSE) MCP configuration.

Open Graph image for MCP Server for CTERA Edge

JSON Config

{
    "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"
        }
      }
    }
  }

Useful Links

Information

  • Author@ctera
  • Published date2025/09/15