Back to directory
mcp-ctera-core

mcp-ctera-core

@ctera2

Provides an AI-powered interface to interact with the CTERA Intelligent Data Services Platform, enabling file and folder management operations via Model Context Protocol (MCP).

file managementdata servicescteraportalcloud

Installation & Configuration

{
  "mcpServers": {
    "ctera-core-mcp-stdio": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/mcp-ctera-core/src",
        "run",
        "stdio.py"
      ],
      "env": {
        "ctera.mcp.core.settings.scope": "user",
        "ctera.mcp.core.settings.host": "your.ctera.portal.domain",
        "ctera.mcp.core.settings.user": "your-username",
        "ctera.mcp.core.settings.password": "your-password",
        "ctera.mcp.core.settings.ssl": "true"
      }
    },
    "ctera-core-mcp-sse": {
      "url": "http://localhost:8000/sse"
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2025/4/14
Updated
2026/6/5