CE

CTERA Edge Filer

Created 4 months ago

AI-powered interface to interact with CTERA Edge Filer using Model Context Protocol.

development location documentation public AI file management

What is CTERA Edge Filer?

CTERA Edge Filer delivers intelligent edge caching and multiprotocol file access, enabling fast, secure access to files across core and remote sites.

Documentation

Getting Started

To run this server, ensure you have the MCP runtime installed and follow the configuration steps below.

MCP Server Configuration

Configuration using Standard I/O:

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

Configuration using SSE:

export ctera.mcp.edge.settings.host="your.ctera.edge.hostname.or.ipaddr"
export ctera.mcp.edge.settings.user="admin-username"
export ctera.mcp.edge.settings.password="admin-password"
export ctera.mcp.edge.settings.ssl="true"
$env:ctera.mcp.edge.settings.host = "your.ctera.edge.hostname.or.ipaddr"
$env:ctera.mcp.edge.settings.user = "admin-username"
$env:ctera.mcp.edge.settings.password = "admin-password"
$env:ctera.mcp.edge.settings.ssl = "true"
{
  "mcpServers": {
    "ctera-edge-mcp-sse": {
      "url": "http://localhost:8000/sse"
    }
  }
}

Docker Deployment

You can also run the MCP server using Docker:\n\n### Build the Docker Image

docker build -t mcp-ctera-edge .
```\n\n### Run with Docker
```bash
docker run -p 8000:8000 \
- e ctera.mcp.edge.settings.host=your.ctera.edge.hostname.or.ipaddr \
- e ctera.mcp.edge.settings.user=admin-username \
- e ctera.mcp.edge.settings.password=admin-password \
- e ctera.mcp.edge.settings.ssl=true \
  mcp-ctera-edge

Server Config

{
  "mcpServers": {
    "ctera-edge-filer-server": {
      "command": "npx",
      "args": [
        "ctera-edge-filer"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 18, 2025
Updated At: Aug 07, 2025
Author: Unknown
Category: official
Tags:
development location documentation