Back to directory
mcp-ctera-edge

mcp-ctera-edge

@ctera1

Provides an AI-powered interface to interact with CTERA Edge Filer for file management via Model Context Protocol (MCP).

file managementcteraedge filerapi integrationcloud

Installation & 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"
      }
    },
    "ctera-edge-mcp-sse": {
      "url": "http://localhost:8000/sse"
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2025/5/25
Updated
2026/6/7