Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Ctera Edge

    An MCP server capable of interacting with the CTERA Portal API

    1 stars
    Python
    Updated Aug 11, 2025

    Table of Contents

    • 🔧 Features
    • 🚀 Getting Started
    • 🧩 MCP Server Configuration
    • 🐳 Docker Deployment
    • Build the Docker Image
    • Run with Docker

    Table of Contents

    • 🔧 Features
    • 🚀 Getting Started
    • 🧩 MCP Server Configuration
    • 🐳 Docker Deployment
    • Build the Docker Image
    • Run with Docker

    Documentation

    MCP Server for CTERA Edge

    mcp-ctera-edge provides an AI-powered interface to interact with the CTERA Edge Filer, using Model Context Protocol (MCP). This integration enables access to the file management APIs of CTERA Edge, allowing you to perform operations through natural language or automation workflows.

    ---

    🔧 Features

    • Integration with CTERA Edge APIs for file and folder management
    • AI-driven command execution via MCP
    • Support for SSL/non-SSL connections
    • Comprehensive file operations: list, create, copy, move, delete
    • Easily extensible to support more CTERA Edge functions

    ---

    🚀 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:

    json
    {
        "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:

    bash
    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"
    powershell
    $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"
    json
    {
      "mcpServers": {
        "ctera-edge-mcp-sse": {
          "url": "http://localhost:8000/sse"
        }
      }
    }

    ---

    🐳 Docker Deployment

    You can also run the MCP server using Docker:

    Build the Docker Image

    bash
    docker build -t mcp-ctera-edge .

    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

    Similar MCP

    Based on tags & features

    • NE

      Nebulablock Mcp Server

      Python·
      1
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • NE

      Nebulablock Mcp Server

      Python·
      1
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k